How to configure Intellij to a custom code generation location?

By default, Intellij generates code in the nearest place.

For example, when generating a getter method, it brings the getter method closer to the carriage.

It is not comfortable.

So, if I want to generate the getter method at the bottom of the current file, how can I configure the location?

+4
source share
1 answer

IDEA 12 will support it out of the box, it will link the "Reboot" plugin , which we rewrote from scratch.

Not sure if the old plugin supports IDEA 11, but you can try.

+4
source

Source: https://habr.com/ru/post/1433506/


All Articles