vscode-youcompleteme
vscode-youcompleteme copied to clipboard
Config options to disable all vscode providers except code completion
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 which extension btw?
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 if you ever happen to release it please notify me :)
It would be better that have switch for each provider caused I only want to turn off definition.