-
Notifications
You must be signed in to change notification settings - Fork 96
[Language Server] Syntax Highlighting Support #283
Comments
@cdietrich : Do you know any workaround by which I can get the Syntax highlighting working in Xtext based language server? Is there any way through which I can get the the List of SymbolInformation ? |
Since this is. Client side thing you should look for how to do this on Che. |
I don't know if Che supports the symbol lookup from language server protocol. |
Thanks for reply. I still have some problem in understanding:
|
no this means: Microsoft says Syntax Highlighting is a Client Side Thing so it is part of the Che / VSCode what ever plugin and not the LS itself. As long as LSP does not support it and thus no client supports it .... LSP4j has LanguageClientExtensions anyway which offers you a server to client push regarding coloring. Xtext Basically supports/Implements that (you need actually to bind it)
But as said before: if you dont have a client that understands that ..... |
AFAIK, Xtext is not providing Syntax highlighting in a case of Language Server protocol.
As this is a very important feature for domain specific language, do we have any plan for providing syntax highlighting for Xtext generated LSP?
The text was updated successfully, but these errors were encountered: