semanticHighlighting not working anymore
See original GitHub issueI always had semanticHighlighting enabled with jackguo380/vim-lsp-cxx-highlight and everything was highlighted as intended. Today i updated Coc and all my plugins and i noticed that the highlighting didn’t work as intended (only basic keywords are colored like if or int).
System information
Clangd version (from the log, or clangd --version
): 12.0.0
clangd extension version: 0.11.0
Operating system: Arch Linux
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:25 (7 by maintainers)
Top Results From Across the Web
Semantic highlighting not working in one of my projects
Semantic highlighting is working in all but one of my checked out projects. It was previously working in this project, but I think...
Read more >Visual Studio Code syntax highlighting is not working for ...
Previously, I had experienced this issue with CSS after installing POSTCss extension. I looked if this only happens with a specific language.
Read more >syntax highlighting not working anymore
After updating to v16.6.0 some parts of c# code are no longer highlighted. It worked similarly to this (https://marketplace.visualstudio.com/items?itemName= ...
Read more >Syntax highlighting not working : r/vscode - Reddit
Across all themes, my syntax highlighting is not working correctly. Although it works for certain things (ie. import turns purple and ...
Read more >VS Code tips — Semantic highlighting - YouTube
Today's VS Code tip: semantic highlightingSemantic highlighting lets VS Code use language smarts to color your code.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, disable
semanticTokensHighlights
doesn’t fix this. This need to disablesemanticTokens
feature in client, I’m working on this.You can stick to coc.nvim v0.0.80 as a workaround @GiuseppeCesarano .