You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: