Page 1 of 1

Which is the LSP support status?

Posted: Thu Oct 13, 2022 5:45 pm
by Jarod42

Which functionalities do you use/support from language server protocol (LSP)?

In particular

  • Fix-it (from clang-tidy)

Re: Which is the LSP support status?

Posted: Thu Oct 13, 2022 10:59 pm
by eranif

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?


Re: Which is the LSP support status?

Posted: Fri Oct 14, 2022 10:45 pm
by Jarod42

I would say code action.


Re: Which is the LSP support status?

Posted: Sat Oct 22, 2022 6:20 pm
by eranif

can you please make this a feature request in GitHub?


Re: Which is the LSP support status?

Posted: Mon Oct 24, 2022 6:24 pm
by Jarod42

Re: Which is the LSP support status?

Posted: Wed Nov 30, 2022 1:18 am
by eranif

thanks