Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Insert Getter / Setter at end of file with IntelliJ IDEA (Java) [duplicate]

When I generate Getter and Setter using IntelliJ IDEA with Alt + Insert --> Getter and Setter, they are inserted above my cursor.

Is there a way to make IntelliJ insert them at the end of the file?

like image 283
Mathias Bader Avatar asked Jun 03 '15 09:06

Mathias Bader


1 Answers

Someone asked that before. That's not possible.

See: Intellij IDEA - Generate (Alt + Insert)

Old question/answer, but I couldn't find it in IDEA 14 (Community) either.

like image 106
Johannes Zink Avatar answered Sep 22 '22 14:09

Johannes Zink