VS programming, when opening the code file, a method to automatically locate the corresponding file location in the solution

When there are too many code files in the project, it is necessary to quickly locate the location of the currently opened code in the corresponding folder in the project.
Here is a setting method to start the VS tracking activity function, so that the code will correspond to the files in the solution in real time.

Insert picture description here

Guess you like

Origin blog.csdn.net/qq_43307934/article/details/109115531