-
Couldn't load subscription status.
- Fork 1.7k
Description
While I was using auto-completion in vscode in Ubuntu 16.04, I always have to copy the function name by myself because auto-completion never shows the function unless I nearly type the complete name of the function.
For example I have a class A with a function ThisIsAFunction, and I want to use it in main.cpp. I'll have to type until half (something like ThisIsAFunct) or more of the function, then the plugin will pop out the candidate in the auto-completion list. Another issue is that auto-completion usually pops out lots of std functions in the list. Is it possible to make the plugin pops out the keywords in the priority of this cpp->the .h corresponding to this cpp->the source code of this project->the 3rdparty lib called from the source code->others?