Search code examples
intellij-idealombokintellij-lombok-plugin

IntelliJ - Switch between Lombok generated code and Lombok annotated code


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


Solution

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

    enter image description here