I don't remember what version changed this (and maybe I'm wrong and the behavior hasn't changed, but I don't think so).
When I see a function call, it's very often the case that I want to see the definition of that function. Most function definitions in my code appear within classes, so I'm looking at member functions defined within a class. The Code Explorer pane is what I use, but it seems to me that I have only two choices for the order of function names shown in the pane:
- Source order - all function names ordered by the sequence they are defined in the source, with annotations and fonts signifying visibility and staticness.
- Alphabetical order - except that all public functions appear first, followed by all functions with protected or private visibility.
Thanks in advance for considering this.