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

Is workspace symbols supported by pyls? #696

Closed
GohioAC opened this issue Jan 13, 2019 · 2 comments
Closed

Is workspace symbols supported by pyls? #696

GohioAC opened this issue Jan 13, 2019 · 2 comments

Comments

@GohioAC
Copy link

GohioAC commented Jan 13, 2019

This might be a basic question, but I could not figure it out on my own.
Running :Denite workspaceSymbol returns an empty list. :Denite documentSymbol works and project root is correctly identified.

@balta2ar
Copy link
Contributor

Depends on which implementation you're talking about.
https://github.com/palantir/python-language-server -- this implementation does not seem to support workspaceSymbol. https://github.com/sourcegraph/python-langserver/ -- this implementation does seem to support, but I couldn't get it up and running for some reason.
Anyway, such questions should be addressed to the specific language server implementations (just search the code), not to the language server client.

@GohioAC
Copy link
Author

GohioAC commented Jan 16, 2019

I will look into https://github.com/palantir/python-language-server/ -- which is the implementation I use. Closing the issue for now, will re-open if there's a problem in integrating with LanguageClient.

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