Is there a quick way to manually rearrange methods in Android Studio? -


i have switched eclipse android studio, , miss being able rearrange methods in .java file dragging , dropping them in class structure window. there way or similar in android studio? (obviously can cut , paste in editor window, hoping there might more efficient way.)

you can use move statement up/down shortcuts rearrange methods quickly. put caret on method name , press ctrl-shift-up/down swap either previous or next method.


Comments