Today I had to work in a source code of a particular exe(built in .net). I knew which Visual Studio solution has the source code for this exe file. But not exactly where in the VS solution explorer. So pressed Ctrl+Shift+F to search and locate the file.
I could open the file, could locate the file on the drive but not in the huge VS solution explorer which contains several Solution folders. It's a pain opening every solution folder and project to check if the file belongs to the particular project.
Here is a very nice feature of Visual Studio that helped me to figure the file location on the Solution explorer quickly.
Tools->Options

Hope someone finds this useful.