richard1122 / vscode-youcompleteme

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

Add support for GetTypeImprecise #13

Closed agauniyal closed 7 years ago

agauniyal commented 7 years ago

https://github.com/Valloric/ycmd/pull/609

GetType eats memory on complex project structures, see -

It would be nice if some option is available to change backend call for hover interaction from GetType to GetTypeImprecise.

agauniyal commented 7 years ago

ping.