0

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

SyncMaster
  • 9,754
  • 34
  • 94
  • 137

1 Answers1

1

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

enter image description here

Ethan Yin
  • 156
  • 4