General questions regarding the usage of CodeLite
-
Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
-
Contact:
Post
by Jarod42 »
Which functionalities do you use/support from language server protocol (LSP)?
In particular
-
eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
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?
-
Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
-
Contact:
Post
by Jarod42 »
-
eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif »
can you please make this a feature request in GitHub?
-
Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
-
Contact:
Post
by Jarod42 »
-
eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif »