IntelliJ IDEA
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.