Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA: view class methods in their real order

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.

like image 732
preeze Avatar asked Mar 12 '13 09:03

preeze


1 Answers

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

like image 162
Ingo Kegel Avatar answered Nov 09 '22 09:11

Ingo Kegel