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
Start debugging and break at first instruction in main()
F11
Open and jump to solution explorer
Control Alt L
Navigate back
Control -
Navigate forward
Control Shift -
Toggle a bookmark on current line
Control K Control K
Open Book mark window
Control W B
Previous Bookmark
Control K Control P
Next BookMark
Control K Control N
Toggle Editor window into and out of full screen
Shift Alt Enter
Clean Solution
Alt B, C
Delete all breakpoints
Control Shift F9
Show yellow arrow on line being executed during debug
Alt + Num *
Duplicate line (nothing selected)
Control C, Control V
Go to Definition
F12
Muliple Carets (requires “Multi Edit Mode” plugin
Alt Left Mouse click
Toggles between .h and .c
Control K O
Split Window Horizontally
Alt W Z