Skip to content

Auto-Completion not listing the member function in the class properly #943

@KKyang

Description

@KKyang

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions