Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Support for clangd-13 #82

Open
aganm opened this issue Jan 7, 2022 · 1 comment
Open

Support for clangd-13 #82

aganm opened this issue Jan 7, 2022 · 1 comment

Comments

@aganm
Copy link

aganm commented Jan 7, 2022

It seems like this plugin only works with clangd-12. I like to use clangd-13 because it adds a few important features. Is there any chance this plugin would add support for clangd-13 as well?

@jackguo380
Copy link
Owner

jackguo380 commented Jan 11, 2022

Hi @aganm

I'm guessing you already have the configuration mentioned in the README?

{
    "clangd.semanticHighlighting": true,
    "coc.preferences.semanticTokensHighlights": false
}

If so and clangd-13 still does not work that means they have completely removed the legacy highlighting functionality. I have mentioned this in a few other issues, but if clangd stopped supporting the old semantic highlight protocol then I will not update this plugin for it as the new semantic tokens protocol is too complex to support without being a full LSP client.

Please have a look in #74 and the threads it links to and see if there's a solution in one of them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants