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
Are there any plans on implementing workspaceSymbolProvider? For big projects this is a basic functionality. From what I investigated there were some plans on integrating with ctags or rope in order to achieve this.
I concur and I hope this option is planned to be implemented at some point. I was really disappointed finding that pylsp does not offer workspace symbols queries.
Are there any plans on implementing
workspaceSymbolProvider
? For big projects this is a basic functionality. From what I investigated there were some plans on integrating with ctags or rope in order to achieve this.I've found that https://github.com/pappasam/jedi-language-server implements this using jedi so maybe it's good starting point.
Some details for further conversation:
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_symbol
I also found some old branch: https://github.com/python-lsp/python-lsp-server/tree/ngates/workspace-symbols
The text was updated successfully, but these errors were encountered: