IntelliJ - Switch between Lombok generated code and Lombok annotated code

446 Views Asked by At

I want to view the Lombok-generated code on IntelliJ.

I can see the Lombok/Delombok options. But after refactoring my code, the Lombok options go missing. How can I switch between Lombok generated code and Lombok annotated code multiple times on IntelliJ?

enter image description here

As shown here, after selecting Refactor -> Lombok options, on those classes, I am unable to see the Lombok option again. enter image description here

1

There are 1 best solutions below

0
Ethan Yin On BEST ANSWER

It will show up if you put the cursor inside the class and right-click.

enter image description here