How to show only the members of a class as suggestions when editing C++ code in VS Code?

26 Views Asked by At

I am a bit new to the VS Code. It used to work very well for me when it used to show the members of a class as suggestions when "." was pressed. However now, its showing all possible symbols (from other classes as well) . I think I might have messed up some settings.

Any way to show only class members?

Tried disabling and reinstalling C++ extensions... no effect

0

There are 0 best solutions below