We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IDocumentSymbolHandler should return DocumentSymbol[] or SymbolInformation[]
See https://microsoft.github.io/language-server-protocol/specification#textDocument_documentSymbol
DocumentSymbol[] is needed for outline view in Code.
DocumentSymbol[]
The text was updated successfully, but these errors were encountered:
fixes #122
f942d26
Merge pull request #123 from mholo65/feature/GH-122
2bc2687
GH122: DocumentSymbol returns DocumentSymbol[] or SymbolInformation[]
No branches or pull requests
IDocumentSymbolHandler should return DocumentSymbol[] or SymbolInformation[]
See https://microsoft.github.io/language-server-protocol/specification#textDocument_documentSymbol
DocumentSymbol[]
is needed for outline view in Code.The text was updated successfully, but these errors were encountered: