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
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: