Show Menu
Cheatography

Visual Studio 2013 Cheat Sheet Cheat Sheet by

Code Editor

Surround With
Ctrl+K,S
Intell­­iSense Suggestion Mode
Ctrl+A­­lt­+­Space (Toggle)
Force Show Intell­­iSense
Ctrl+J
Smart Tags
Ctrl+.
Snippet Picker
Ctrl+K,X or ?,Tab (VB)
Show Quick Info
Ctrl+K,I
Navigate To
Ctrl+,
Go To Definition
F12
Peek Definition
Alt+F12
Go To Definition Stack
Ctrl+S­­hift+8 (Back), Ctrl+S­­hift+7 (Forward)
Navigate Highli­­ghted References
Ctrl+S­­hi­ft+Up (Previ­­ous), Ctrl+S­­hi­f­t­+Down (Next)
Editor Zoom
Ctrl+S­­hi­f­t­+> (In), Ctrl+S­­hi­f­t­+< (Out)
Block Selection
Hold Alt and drag mouse, Shift+­­Al­t­+­Arrow Keys
Move Line Up/Down
Alt+Up / Alt+Down
Close the Peek Definition window
Esc
Promote the Peek Definition window to a regular document tab
Ctrl+A­­lt­+Home
Navigate between multiple Peek Definition windows
Ctrl+Alt+- and Ctrl+Alt+=
Navigate between multiple Peek results
F8 and Shift+F8
Toggle between the code editor window and the Peek Definition window
Shift+Esc
 

Expand­/Co­llapse Sections

Collapse All
Ctl+M,O
Expand All
Ctl+M,L
Expand all and disable outlining
Ctl+M,P
Collap­se/­expand the current section
Ctl+M,M

Editor Find

Quick Find
Ctrl+F
Quick Find Next Result
Enter
Quick Find Previous Result
Shift+­Enter
Quick Find Expand Drop Down
Alt+Down
Dismiss Find
Esc
Quick Replace
Ctrl+H
Quick Replace Replace Next
Alt+R
Quick Replace Replace All
Alt+A
Find in Files
Ctrl+S­­hift+F
Replace in Files
Ctrl+S­­hift+H

Debugging

Start Debugging
F5
Stop Debugging
Shift+F5
Restart Debugging
Ctrl+S­­hi­ft+F5
Step Over
F10
Step Into
F11
Step Out
Shift+F11
Run To Cursor
Ctrl+F10
Set and Toggle Breakpoint
F9
Disable Breakpoint
Ctrl+F9
Immediate Window
Ctrl+Alt+I
       
 

Comments

Borrowed heavily from https://www.cheatography.com/whizhkr64/cheat-sheets/visual-studio/

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Visual Studio 2013 Community Cheat Sheet
          Jetbrains Rider - Keyboard Shortcuts Cheat Sheet