Pressing Ctrl+F12 displays the file structure with a list of all fields and methods. Is it possible to change the sorting of this list so that the fields are displayed first and then the methods?
The three checkboxes (inheritance, anonymous classes, and lambda) do not change this sorting.
Add a comment
|
1 Answer
It isn't possible to exactly flip the sequence for now, but the change in IDEA-154161 would be relevant since an option "By Kind" would be visible in the menu under the cog icon at the top right. Sorting by kind used to be always applied and sorted fields below methods. In future it can be disabled, and the file structure popup will show members in the order they are in the file. Feel free to engage in the feature request mentioned above.
