Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Lombok Annotations Support for VS CodeNew to Visual Studio Code? Get it now.

Lombok Annotations Support for VS Code

Gabriel Basilio Brito

|
229,094 installs
| (14) | Free
A lightweight extension to support Lombok annotations processing in Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lombok logo vscode-lombok

VS Marketplace Installs

Overview

https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok

A lightweight extension to support Lombok annotations processing in Visual Studio Code

Screenshot

Requirements

  • VS Code (version 1.21.0 or later)
  • Lombok added as a dependency in your Java Project (Make sure you're using the latest version to avoid issues!) Add with Maven or Add with Gradle

Install

Open VS Code and press Ctrl + Shift + X to open extension manager. Type lombok and click install. Reload VS Code when asked.

Features / Supports

  • @Getter and @Setter
  • @ToString
  • @EqualsAndHashCode
  • @AllArgsConstructor, @RequiredArgsConstructor and @NoArgsConstructor
  • @Log
  • @Slf4j
  • @Data
  • @Builder
  • @Singular
  • @Delegate
  • @Value
  • @Accessors
  • @Wither
  • @SneakyThrows
  • @val
  • @UtilityClass

I'm having issues

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft