When I use the 'Create Method' intention action (Alt-Enter) on a not-yet-written method, it always seems to put the new method as the first member of the target class. This is never what I want, since I try to follow the Java style guide and put my static fields, fields, constructors, etc. first. Is there a way to tell IntelliJ to put my new methods at the end of my class? That is where I nearly always want new methods inserted.
↧