Reputation: 3123
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
Reputation: 23415
Put your mouse pointer below all the fields. ALT + INSERT -> Getter and Setter -> Select Fields -> OK. Should be it.
Upvotes: 9