Visual Studio shortcuts cheat sheet
May 28th, 2008
Basic stuff
- shift-F6 – recompile
- F8 – go to next Error
- F12 – go to definition (of class, method, variable…)
Tests
Ctrl-R and then:
- A – run All tests in solution
- T – run all Tests in current context
- N – run all tests in Namespace
- C – run all tests in current Class
Add Ctrl as a modifier to the key above and you will debug tests instead of running then.
See also: http://blogs.msdn.com/robcaron/archive/2007/01/29/1552795.aspx.






Recent Comments