This is a draft cheat sheet. It is a work in progress and is not finished yet.
Visual Studio
F5 |
Run/Continue |
CTRL+F5 |
Run without Debug |
F10 |
Step Over |
F11 |
Step Into |
F9 |
Breakpoint |
F12 |
Go to Definition |
CTRL+- |
Previous Location |
CTRL+K,CTRL+C |
Comment |
CTRL+K,CTRL+U |
Uncomment |
CTRL+S |
Save |
CTRL+SHIFT+S |
Save All |
CTRL+SHIFT+B |
Build Solution |
CTRL+K, R |
Find All References |
SHIFT+F12 |
Find Usages |
CTLR+F10 |
Run to Cursor |
CTL+M, L |
Collapse/Expand All |
CTRL+. |
Suggestion |
CTRL+SHIFT+F10 |
Set Next Statement |
SHIFT+ALT+ENTER |
Full Screen\Close Full Screen |
SHIFT+F5 |
Stop Debugging |
|
|
ReSharper
CTRL+T |
Go to Everything |
CTRL+SHIFT+T |
Go to File |
CTRL+ALT+T |
Go to Symbol |
|