Aliases In Visual Studio’s Command Window
Aug.03, 2008 in
debugging
One trick I picked up from fellow developers was to open a file real quick in Visual Studio. The trick was to go to the Command Window and type open <filename>. This is a great productivity tip as you don’t have to search the file through the Solution Explorer. And if you miss the command prompt after having worked with debuggers such [...]
