Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of workspaceSymbolProvider #115

Open
mabugaj opened this issue Nov 14, 2021 · 1 comment
Open

Implementation of workspaceSymbolProvider #115

mabugaj opened this issue Nov 14, 2021 · 1 comment

Comments

@mabugaj
Copy link

mabugaj commented Nov 14, 2021

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

@ondrej-ivanko
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants