Replies: 3 comments
-
I assume that clang implements this using diagnostic tags like rust-analyzer does. So this should have been implemented in #9780. You can try using the latest master branch along with a theme that defines Lines 83 to 84 in 64c1de1 |
Beta Was this translation helpful? Give feedback.
-
Oh, that's cool. For some reason this doesn't work with clangd. I can't see it sends any diagnostic tags in helix log |
Beta Was this translation helpful? Give feedback.
-
I think clangd does this using semantic highlighting which we don't support (duplicate of #5589). Could be nice to add support for diagnostic tags upstream instead. For example RA supports semantic highlights yet uses diagnostic tags aswell. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have highlighted only code which will be compiled. Seen this feature in VSCode cland extension
Beta Was this translation helpful? Give feedback.
All reactions