Cheatsheet: Visual Studio


- PDF Link: cheatsheet-visualstudio-A4.pdf, Category: Cloud
- Blog URL: https://cheatsheet.dennyzhang.com/cheatsheet-visualstudio-A4
- Related posts: Git CheatSheet
1.1 Visual Studio Shortcut On Mac
Name | Command |
---|---|
Enter command mode | Cmd+Shift+P |
Find file by searching name | Cmd+P |
Find file by searching name | Ctrl+Shift+F |
Go to specific line of one file | C-g, then line number |
1.2 Visual Studio Summary
Name | Command |
---|---|
Show uncommitted changes | >Show Uncommitted Changes |
Diagnose visual studio issues | >doctor:Fix My VS Code |
Search by text or name | >Omni-search: Open Omi-search |
Format code block | >Format Document |
Open a local file by filepath | Ctrl+O |
Interactive Smartlog | |
From file on the right panel to explorer | Right click -> Reveal in Side Bar |
Save the context of editing | File menu -> Save Workspace As |
Visual studio toggle Terminal window | Menu -> Window -> Terminal |
Scroll back buffer without truncate old lines | Preference->Settings , terminal.integrated.scrollback: 1000 |
1.3 Reference
Name | Command |
---|---|
Reference | Link: Visual Studio 2017 keyboard shortcuts |
Reference | Link: Default keyboard shortcuts in Visual Studio |