Navigator pane could be in alphabetical order of classes
It would be nice, even if an option, for all top-level entities (classes, module-level functions etc) to be shown in alphabetical order in the Navigator pane. This is how the old "nbpython" plugin worked and I found it more useful like that than simply following the declaration order in the file.
This Python plugin is better all round (esp Python 3 support) but the Navigator issue is a bit of a nuisance.
Thanks for reporting this issue, we will take a look on ASAP
org.netbeans.modules.java.navigation.actions.SortActions.java org.netbeans.modules.csl.navigation.actions.SortActionSupport.java
Issue: Seems no API to possibly add to the LSP symbol Navigator provider Possible solution: Use Lookup to get the NavigatorPanel, get the outline component from it and inject new sort action