vscode-youcompleteme icon indicating copy to clipboard operation
vscode-youcompleteme copied to clipboard

Config options to disable all vscode providers except code completion

Open jacobdufault opened this issue 8 years ago • 4 comments

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?

jacobdufault avatar Jan 17 '17 21:01 jacobdufault

@jacobdufault which extension btw?

agauniyal avatar Feb 04 '17 07:02 agauniyal

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.

jacobdufault avatar Feb 04 '17 07:02 jacobdufault

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

agauniyal avatar Mar 05 '17 17:03 agauniyal

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

chaopeng avatar Mar 15 '17 17:03 chaopeng