Visual Studio Shortcuts Flashcards
1
Q
Hight light all code between curly braces
A
Control Shift ]
2
Q
Find in all files
A
Control Shift F
3
Q
Comment out a selection
A
Ctrl K Crtl C
4
Q
Un comment out a selection
A
Ctrl K Ctrl U
5
Q
Start debugging
A
F5
6
Q
Run to Cursor
A
Ctlr F10
7
Q
Step into
A
F11
8
Q
Step over
A
F10
9
Q
Step out
A
Shift F11
10
Q
Quick Watch
A
Shift F9
11
Q
Toggle break point
A
F9
12
Q
Stop debugging
A
Shift F5
13
Q
Restart (reset)
A
Ctrl Shift F5
14
Q
continue
A
F5
15
Q
Format selected code
A
Ctrl K Crtl F
16
Q
replicate same instance of file in a new window
A
ALT W, N