cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

Option to disable autocomplete #74

Closed ginkoshi closed 5 years ago

ginkoshi commented 5 years ago

Cquery has an amazing feature I cannot find anywhere else so far: Rainbow Semantic Highlighting.

I really, really want to use this, but for my project I find cquery's autocomplete to be painfully slow. I opted to start using clangd, which seems to be instant! However, if cquery is enabled, it overrides clangd.. but if it is disabled I won't get the glorious highlighting!

Essentially, I want to use this just for the highlighting! Is that possible?

jacobdufault commented 5 years ago

Give https://github.com/jacobdufault/lsp-filter a try.

ginkoshi commented 5 years ago

That worked! Thanks for the suggestion! It would be awesome if it could be as simple as a setting someday, though!