richard1122 / vscode-youcompleteme

YouCompleteMe for VSCode
https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me
MIT License
53 stars 8 forks source link

Config options to disable all vscode providers except code completion #22

Open jacobdufault opened 7 years ago

jacobdufault commented 7 years ago

I have another vscode extension which provides things like goto definition, type hover, etc, except code completion. Is it possible / would a PR be accepted / to add config options that disable these providers?

agauniyal commented 7 years ago

@jacobdufault which extension btw?

jacobdufault commented 7 years ago

It's a WIP project that integrates rtags. I plan on publishing it when I have it in a more polished state. Best part is that enables code lens and it actually works - problem is that it's a bit slow on large code bases (Chrome) but on smaller ones it works really nicely.

agauniyal commented 7 years ago

@jacobdufault if you ever happen to release it please notify me :)

chaopeng commented 7 years ago

It would be better that have switch for each provider caused I only want to turn off definition.