Home > Personal > Visual Studio shortcuts cheat sheet

Visual Studio shortcuts cheat sheet

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.

Personal

  1. No comments yet.
  1. No trackbacks yet.