imgen
imgen

Reputation: 3123

How to config the generated code's placement in IntelliJ?

Now I'm using IntelliJ, it's great. But there is one annoyance: It always place generated getter setter above the actual field, how can I change this behavior?

Upvotes: 6

Views: 812

Answers (1)

Paulius Matulionis
Paulius Matulionis

Reputation: 23415

Put your mouse pointer below all the fields. ALT + INSERT -> Getter and Setter -> Select Fields -> OK. Should be it.

Upvotes: 9

Related Questions