Visual Studio Shortcuts Flashcards
Hight light all code between curly braces
Control Shift ]
Find in all files
Control Shift F
Comment out a selection
Ctrl K Crtl C
Un comment out a selection
Ctrl K Ctrl U
Start debugging
F5
Run to Cursor
Ctlr F10
Step into
F11
Step over
F10
Step out
Shift F11
Quick Watch
Shift F9
Toggle break point
F9
Stop debugging
Shift F5
Restart (reset)
Ctrl Shift F5
continue
F5
Format selected code
Ctrl K Crtl F
replicate same instance of file in a new window
ALT W, N
New vertical tab group (put same file side by side)
ALT W,V
Delete entire line (not copied to buffer)
CTRL SHIFT L
Find and replace
CTRL H
Rebuild Solution
ALT B, R
Rectangle editing
ALT SHIFT mouse drag to select rectangle
Switch between open files
Control Tab
Open the Navigate Dialogue
Control comma
Build Solution
Control Shift B