I recently switched from Eclipse to Android Studio, and I miss the ability to reorder the methods in the .java file by simply dragging them to the class structure window. Is there a way to do this or something similar in Android Studio? (Obviously, I can cut and paste into the editor window, but I was hoping there might be a more efficient way.)
source share