Useful Visual Studio Hotkeys
General Hotkeys
Keys | Description |
---|---|
Ctrl + Alt + L | Show Solution Explorer |
Test Explorer Hotkeys
Keys | Description |
---|---|
Ctrl + Alt + T | Show Test Explorer (custom binding) |
Ctrl + E, S | Show test in test explorer |
Ctrl + R, T | Run selected tests or all tests in context |
Ctrl + R, P | Run passed tests |
Ctrl + R, F | Run failed tests |
Ctrl + R, N | Run not run tests |
Ctrl + R, V | Run all tests in view |
Ctrl + R, A | Run all tests |
Ctrl + R, L | Repeat last run |