1
vote
Tips and tricks for working with Microsoft Visual Studio solutions and project
Using the command window to quickly open files in your solution:
Bring up the Command Window (CTRL-ALT-A)
Type open <filename>
I create an a …
