You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
I know this feature from QtCreator where the is a separate highlight group for virtual methods. Since AFAIK QtCreator uses clangd for semantic highlighting, would this also be possible with vim-lsp-cxx-highlight when using clangd?
The text was updated successfully, but these errors were encountered:
I would like to support it, but looking into the data provided by clangd, I don't see anything that differentiates a regular method from a virtual one. So currently there would be no way to implement this.
I'll leave this open for now incase I find more info.
I know this feature from QtCreator where the is a separate highlight group for virtual methods. Since AFAIK QtCreator uses clangd for semantic highlighting, would this also be possible with vim-lsp-cxx-highlight when using clangd?
The text was updated successfully, but these errors were encountered: