Suppose I know that a file of a certain name is in a project in Visual C++ 2010 Express. I can see it in the “Show All Files” list. Is there any way to find out where it lurks in the “filter” hierarchy, short of laboriously opening each folder and looking? (As an example of what I would wish for, in Xcode one can right-click on a file and choose “Reveal in Group Tree”.)
Share
VsCommands is an extension to Visual Studio that has a ‘locate in solution’ option for a file that is already open in your editor.