CheckSearchApps
Visual Studio logo

Visual Studio

Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs, as well as websites, web apps, web services, and mobile apps.

28

Shortcuts

19

Matching

code suggestions
⎇
↵
intellisense list parameter info
⇧
^
␣
intellisense list members
^
␣
start with debugging / continue execution from breakpoint
F5
start without debugging
^
F5
attach to process
^
⎇
P
reattach to process
⇧
^
P
add/remove breakpoint
F9
delete all breakpoints
⇧
^
F9
step over
F10
step into
F11
step out
⇧
F11
apply code changes
⎇
F10
stop debugging
⇧
F5
build project
^
B
rebuild all projects
⇧
^
B
search current file
^
F
search solution
⇧
^
F
search and go to files, classes, methods
^
T
cut line into clipboard
^
L
new line above the current line
^
↵
switch focus to solution explorer
^
⎇
L
switch focus back to editor
^
↹
rename file or directory
F2
save focused file
^
S
save all
⇧
^
S
add new item
⇧
^
A
create new project folder
⇧
^
D
Don't see your shortcut? Learn how to contribute.
Made with 🤍 by devs at acreom