Intellij-idea – Intellij IDEA: view class methods in their real order

intellij-idea

I am switching to IntelliJ IDEA from Eclipse. Currently I am using IDEA v 12.0.4.

In Eclipse when you called Class Outline view (Ctrl + O) you saw methods in the order they are declared in the class. While the similar File Structure view in IDEA (Ctrl + F12) lists methods in the alphabetical order which I find less convenient for myself in some cases.

Is there a way in IDEA's File Structure popup to see class methods listed in the order they appear in the class? Ideally I would like to have a possibility to switch from alphabetical to natural ordering.

Best Answer

Use the "Structure" tool window ( Alt+7 on Windows, +7 on OS X) instead of the "File structure" popup.