[clangd-dev] RFC: Semantic highlighting
Nathan Ridge via clangd-dev
clangd-dev at lists.llvm.org
Wed Jan 30 16:12:16 PST 2019
> Just FYI - due to change of plans we decided to postpone this :(
> The main reason is that we want to have an editor against which
> we can test the feature first.
FWIW, Eclipse CDT supports semantic highlighting, and it's hooked up in the LSP configuration to work with with cquery's $cquery/publishSemanticHighlighting message.
It should be straightforward to adapt the implementation to work with a slightly different protocol, such as the one proposed for clangd. I will even volunteer to do the client-side work involved in this adaptation, if that convinces you to continue working on the server-side feature :)
Regards,
Nate
More information about the clangd-dev
mailing list