Locating the active item in the solution explorer
Say you are working with a code file. At some point, you "Go To Definition" of another type, and now you have its code file opened. Or maybe you just run the solution to debug a weird issue that's happening, turn on "break when exception is thrown" option, and just when the exception is thrown, Visual Studio gets activated, and you get the relevant code file opened at the appropriate location.
Now, say you have a typical solution, which contains solution folders and many projects. Can you quickly locate the project/folder where the file is?...