projectlombok / lombok

Very spicy additions to the Java programming language.
https://projectlombok.org/
Other
12.93k stars 2.4k forks source link

[FEATURE] Better Support for Lombok development in IntelliJ IDEA #3784

Open a1shadows opened 6 days ago

a1shadows commented 6 days ago

Describe the feature I know that the preferred IDE for development on Lombok is Eclipse. But I usually use IntelliJ so i followed the instructions for setup on IntelliJ and saw that it didn't quite work right.

The instruction was basically just invoking

ant intellij

But even after running this command, although there was no error as such, intellij did not load the project correctly and there were a lot of indexing issues with the source code.

I was hoping to help fix this. If this is something that the community would be interested in, I would be glad to take it up. Hoping to get some pointers on where to start!