Visual Studio Keyboard Shortcuts Cheat Sheet



Visual studio 2017 keyboard shortcuts cheat sheetVisual Studio Keyboard Shortcuts Cheat Sheet

Visual Studio Cheat Sheet Pdf

Visual Studio 2017 has ton of keyboard shortcuts. It is overwhelmingly large. But, we very frequently use small percentage of them on a daily basis.

A visual cheat-sheet for the 124 keyboard shortcuts found in Microsoft's Visual Studio Code. Original Reference Report Issue. Go to Tools - Options Write the word Keyboard in the search area Select the command that you want from the List Select Press Shortcut Key field and press the keys that you want to change the shortcut of the command. General Shortcuts. Ctrl-X or Shift-Delete. Cuts the currently selected item to the clipboard.

Being familiar with important keyboard shortcuts makes you a ninja programmer and added bonus improved productivity levels. Programming world loves keyboard so much. GUI is for kids.

You can also download them hereVisual Studio 2017 Key board shortcuts

KeyboardVisual Studio Keyboard Shortcuts Cheat Sheet

Visual Studio Code Cheat Sheet

VISUAL STUDIO 2017 Key board Shortcuts
BuildF6, CTRL + SHIFT + B
RebuildALT + B,R
Navigate To Any Code ArtifactCTRL + ,
Navigate Backward ForwardCTRL + -
Find All ReferencesSHIFT + F12
Go To DeclarationCTRL + F12
Go To DefinitionF12
Peek DefinitionALT + F12
Find/Replace in FilesCTRL + SHIFT + F
Quick FindCTRL + F
Start Without DebuggingCTRL + F5
Stop DebuggingSHIFT + F5
Start DebuggingF5
Attach To ProcessCTRL + SHIFT + P
PropertiesALT + ENTER
Delete All Break PointsCTRL + SHIFT +F9
Run To CursorCTRL + F10
Dock Windows In StudioALT + -
Breakpoint WindowCTRL + ALT + B
Call Stack WindowCTRL + ALT + C
Immediate WindowCTRL + SHIFT + I
Local WindowCTRL + ALT + V, L
Error WindowCTRL + , E OR CTRL + W,E
Quick WindowCTRL + ALT + Q
Close Tool WindowSHIFT + ESC
Cycle through Open Tool WindowsALT + F6
Focus to Document WindowESC
Collapse DefinitionCTRL + M, CTRL + O
Collapse RegionCTRL + M, CTRL + S
Expand Region CTRL + X, CTRL + E
Expand DefinitionCTRL + M, CTRL + X
Cycle ClipboardCTRL + SHIFT + V
Format DocumentCTRL + K, CTRL + D
Format Selection CTRL + K, CTRL +F
Show available quick actions(Change signature,Parameters,Methods)CTRL + .
Make Lower CaseCTRL + SHIFT + U
Make UppercaseCTRL + U
ReplaceCTRL + SHIFT + H
Select WordCTRL + SHIFT + RIGHT ARROW/LEFT ARROW
Code completionCtrl + SPACE
Move Code up/downALT + DOWN ARROW OR ALT + UP / UP ARROW
Rename CodeCTRL + R, R (Resharper) or F2
Sync active file with Solution ExplorerCTRL + [, S
Open FileCTRL + O
Run All TestsCTRL + R, CTRL + A
Run a TestCTRL + R, CTRL + T
Resharper Refactor Menu CTRL + SHIFT + R
- Move To New FileCTRL + R, O
- RenameCRT + R, R
Visual Studio Main Menu ActivationALT +
Send code snippet to C# interactive WindowCTRL + E, E