Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add Lombok plugin to eclipse [closed]

I installed Lombok Plugin in Intellij. But I didn't find any plugins in Eclipse to install. Mine is Oxygen Eclipse. Is there any way to make the Lombok application to make work in Eclipse too.

like image 226
Madhavi Avatar asked Sep 28 '18 10:09

Madhavi


1 Answers

Did you try this?

Go to Help menu > Install new software > Add https://projectlombok.org/p2 > Install the Lombok plugin and restart Eclipse.

Also you maybe can see the methods using the "Outline" view CTRL + o.

I am on Eclipse Version 2020-12 (4.18.0).

like image 196
guidomaiola Avatar answered Oct 20 '22 04:10

guidomaiola