Which is the LSP support status?
Posted: Thu Oct 13, 2022 5:45 pm
Which functionalities do you use/support from language server protocol (LSP)?
In particular
- Fix-it (from clang-tidy)
Which functionalities do you use/support from language server protocol (LSP)?
In particular
The list is big, but the main ones are:
GotoDeclarationRequest
GotoDefinitionRequest
CompletionRequest
SignatureHelpRequest
HoverRequest
DocumentSymbolsRequest
SemanticTokensRquest
WorkspaceSymbolRequest
FindReferencesRequest
The one you mentioned is not supported by LSP
Can you point me to the protocol message in the spec doc?
can you please make this a feature request in GitHub?
thanks