Back to Lombok

Intellij

website/templates/setup/intellij.html

1.18.46738 B
Original Source

#import "_setup.html" as s> <@s.scaffold title="IntelliJ IDEA"> <@s.introduction>

The Jetbrains IntelliJ IDEA editor is compatible with lombok without a plugin as of version 2020.3 to version 2023.1.

For versions prior to 2020.3 or later than 2023.1, you can add the Lombok IntelliJ plugin to add lombok support for IntelliJ:

  • Go to File > Settings > Plugins
  • Click on Browse repositories...
  • Search for Lombok Plugin
  • Click on Install plugin
  • Restart IntelliJ IDEA

You can also check out Setting up Lombok with Eclipse and IntelliJ, a blog article on baeldung.

@s.introduction> @s.scaffold>