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
Visual Studio Code Cheat Sheet
VISUAL STUDIO 2017 Key board Shortcuts | |
---|---|
Build | F6, CTRL + SHIFT + B |
Rebuild | ALT + B,R |
Navigate To Any Code Artifact | CTRL + , |
Navigate Backward Forward | CTRL + - |
Find All References | SHIFT + F12 |
Go To Declaration | CTRL + F12 |
Go To Definition | F12 |
Peek Definition | ALT + F12 |
Find/Replace in Files | CTRL + SHIFT + F |
Quick Find | CTRL + F |
Start Without Debugging | CTRL + F5 |
Stop Debugging | SHIFT + F5 |
Start Debugging | F5 |
Attach To Process | CTRL + SHIFT + P |
Properties | ALT + ENTER |
Delete All Break Points | CTRL + SHIFT +F9 |
Run To Cursor | CTRL + F10 |
Dock Windows In Studio | ALT + - |
Breakpoint Window | CTRL + ALT + B |
Call Stack Window | CTRL + ALT + C |
Immediate Window | CTRL + SHIFT + I |
Local Window | CTRL + ALT + V, L |
Error Window | CTRL + , E OR CTRL + W,E |
Quick Window | CTRL + ALT + Q |
Close Tool Window | SHIFT + ESC |
Cycle through Open Tool Windows | ALT + F6 |
Focus to Document Window | ESC |
Collapse Definition | CTRL + M, CTRL + O |
Collapse Region | CTRL + M, CTRL + S |
Expand Region | CTRL + X, CTRL + E |
Expand Definition | CTRL + M, CTRL + X |
Cycle Clipboard | CTRL + SHIFT + V |
Format Document | CTRL + K, CTRL + D |
Format Selection | CTRL + K, CTRL +F |
Show available quick actions(Change signature,Parameters,Methods) | CTRL + . |
Make Lower Case | CTRL + SHIFT + U |
Make Uppercase | CTRL + U |
Replace | CTRL + SHIFT + H |
Select Word | CTRL + SHIFT + RIGHT ARROW/LEFT ARROW |
Code completion | Ctrl + SPACE |
Move Code up/down | ALT + DOWN ARROW OR ALT + UP / UP ARROW |
Rename Code | CTRL + R, R (Resharper) or F2 |
Sync active file with Solution Explorer | CTRL + [, S |
Open File | CTRL + O |
Run All Tests | CTRL + R, CTRL + A |
Run a Test | CTRL + R, CTRL + T |
Resharper Refactor Menu | CTRL + SHIFT + R |
- Move To New File | CTRL + R, O |
- Rename | CRT + R, R |
Visual Studio Main Menu Activation | ALT + |
Send code snippet to C# interactive Window | CTRL + E, E |