-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
Description
I'm using MS's python-language-server implementation. This reports back a) all the imports as Modules, and b) within each function, a (Function)
item that actually represents the function, and all the local variables within the function. That's way too much information to be useful in the imenu popup.
What I'd actually like is a list of all the class
es and def
s. So I'd like some way to collapse down the (Function)
marker into the name of the function it represents, and also filter out all the noise, either by type or level.
pablasso, sandinmyjoints and tiger-tiger