Existing Shortcuts Flashcards
(39 cards)
1
Q
Continue
A
F5
2
Q
Comment out a selection
A
Ctrl-K Ctrl-C
3
Q
Highlight all code between curly braces
A
Ctrl-Shift-]
4
Q
Restart (reset)
A
Ctrl-Shift-F5
5
Q
Quick Watch
A
Shift-F9
6
Q
Find in all Files
A
Ctrl-Shift-F
7
Q
Uncomment out a selection
A
Ctrl-K Ctrl-U
8
Q
Start Debugging
A
F5
9
Q
Run to Cursor
A
Ctrl-F10
10
Q
Step into
A
F11
11
Q
Step over
A
F10
12
Q
Step out
A
Shift-F11
13
Q
Toggle break point
A
F9
14
Q
Stop debugging
A
Shift-F5
15
Q
Format selected code
A
Ctrl-K Ctrl-F
16
Q
Duplicate to new window
A
ALT-W N
17
Q
Move window side-by-side
A
Alt-W V
18
Q
Delete line
A
Ctrl-Shift-L
19
Q
Find and replcae
A
Ctrl-H
20
Q
Rebuild solution
A
Alt-B R
21
Q
Rectangle Editing
A
Alt-Shift mouse drag to select rectangle
22
Q
Switch between open files
A
Ctrl-Tab
23
Q
Open the navigation dialog
A
Ctrl-,
24
Q
Build Solution
A
Ctrl-Shift-B
25
Start debug immediate break
F11
26
Open and jump to solution explorer
Ctrl-Alt-L
27
Navigate back
Ctrl-dash
28
Navigate forward
Ctrl-Shift-dash
29
Toggle bookmark
Ctrl-K Ctrl-K
30
Open bookmark window
Ctrl-W B
31
Previous Bookmark
Ctrl-K Ctrl-P
32
Next Bookmark
Ctrl-K Ctrl-N
33
Toggle editor window into and out of full screen
Shift-Alt-Enter
34
Clean Solution
Alt-B C
35
Delete all breakpoints
Ctrl-Shift-F9
36
Show yellow arrow on line being executing during debug
Alt-Shift-* (Alt + Num *)
37
Duplicate line
Ctrl-C Ctrl-V
38
Go to definition
F12
39
Split Window Horizontally
Alt-W Z