-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semantic Tokens support #965
Comments
|
Thus I'd be able to call something like
I found |
Hi @BoykoAlex , I had in mind two calls in a row:
Does it look reasonable? If so, would you mind creating the PR for the platform? Regarding the styles, you can copy the contents of stylesheet you are using, add new entries and add your new stylesheet, something like:
|
These will be rather questions than issues @rubenporras
There is no support for workspace/semanticTokens/refresh message. At first I thought it is easy to add. I've tried the following the
LangugeClientImpl
:Didn't work :-\ Any idea what I can do to make
SemanticHighlightReconcilerStrategy
callreconcile(final DirtyRegion dirtyRegion, final IRegion subRegion)
?Another thing that I noticed is only
keyword
andvariable
token types had colours in the Generic editor (I'm trying to do some semantic highlighting in the properties file). All other token types listed in the LSP spec don't have any colour assigned. Is there a way for me to define colours for other token types?The text was updated successfully, but these errors were encountered: