Which is the LSP support status?

General questions regarding the usage of CodeLite
User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Which is the LSP support status?

Post by Jarod42 »

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

In particular

  • Fix-it (from clang-tidy)
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Which is the LSP support status?

Post 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?

Make sure you have read the HOW TO POST thread
User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Which is the LSP support status?

Post by Jarod42 »

I would say code action.

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Which is the LSP support status?

Post by eranif »

can you please make this a feature request in GitHub?

Make sure you have read the HOW TO POST thread
User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Which is the LSP support status?

Post by Jarod42 »

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Which is the LSP support status?

Post by eranif »

thanks

Make sure you have read the HOW TO POST thread
Post Reply