Eclipse, Spring Tool Suite, (Red Hat) JBoss Developer Studio, MyEclipse
The Eclipse editor is compatible with lombok. Eclipse offshoots are also compatible with lombok, specifically:
Double-click lombok.jar (downloadable from this site, or from your maven repository; it's the same jar). This starts the eclipse installer which will find eclipse (and eclipse variants as listed above), and offers to install lombok into these eclipse installations. The same tool can also uninstall lombok:
You can check if your eclipse installation is lombok-enabled in eclipse's about dialog. The lombok version will be listed at the end of the copyright text:
Via eclipse plugin installer
WARNING: This plugin installer is currently unsigned, and we have given up on figuring out how to fix that; if team eclipse or somebody else can help us out, we're all ears!
You can install lombok directly from within eclipse, and in that way, you can also include lombok as part of your team eclipse deployment configuration. To do this, use
update site https://projectlombok.org/p2
:
NB: You need to actually quit Eclipse and start it again; the regular restart is not good enough.