How to use semanticTokens.combinedModifiers rightly #5463
Replies: 1 comment
-
|
It has been solved by restart clangd (maybe). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see 'semanticTokens.combinedModifiers' seems can help me highlight local variable in function scope (I'm not sure this is semanticTokens.combinedModifiers wana to do), So, I try it, but it doesn't work:
This is my coc-setting.json
and CocInfo output:
This is output of CocCommand semanticTokens.checkCurrent
It seems that current Language Server not support CocSemTypeModVariableFunctionScope? or I need to update my clang?
Thanks for any comments.
Beta Was this translation helpful? Give feedback.
All reactions