Is there an easier way to reorder in the source class file in IntelliJ than to cut and paste the code manually? Currently, I often need this, refactoring legacy code, for example. to move related methods close together in the source code.
Eclipse AFAIK has a view similar to the IntelliJ framework view, where I can drag and drop methods around. However, this does not work in IntelliJ, and I could not find any help with it either.
I am using IntelliJ 9.0.2 to be specific.
java methods intellij-idea refactoring
PΓ©ter TΓΆrΓΆk May 13 '10 at 1:54 pm 2010-05-13 13:54
source share