I am using a Microsoft C/C++ extension in VS Code, and I cannot find references to a static function only in the file in which it is defined.
In my workspace, I have a static function with the same name defined in multiple .c files, and searching for a reference to it is very time consuming as it goes to search all of those files.
When I was using Eclipse, that did not happen. Can I make it work the same way?
I looked for some item in the extension settings, but could not find it.
I also tried changing the settings in the C configuration file, but did not see any change.
ffefefreere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.