VS Code
IDE
short-cuts
Visual studio code is one of the most popular code editors.
| Workspace Commands | |
|---|---|
| Command Palette | |
| Search & open file | |
| Toggle Sidebar | |
| Split editor | |
| Switch to editor split | / / |
| Switch to tab | / |
| Close tab | |
| Reopen closed tab |
| Switch between Views | |
|---|---|
| Show File explorer | |
| Show Debug View | |
| Show Find View | |
| Show Git View |
| Code Navigation | |
|---|---|
| Go to line | Ctrl-GCtrl-G / :: |
| Go to beginning / end of line | |
| Go to beginning / end of word | |
| Go to matching bracket | |
| Go to symbol/function |
| Code Editing | |
|---|---|
| Copy line | |
| Cut line | |
| Delete line | |
| Outdent line | |
| Toggle comment line | |
| Move line up or down | Option↑Option↑ / Option↓Option↓ |
| Copy line up or down | Option-shift↑Option-shift↑ / Option-Shift↓Option-Shift↓ |
| Add cursor below/above | / |
| Find and replace |
| Code selection | |
|---|---|
| Select line | |
| Expand selection | Shift-Option→Shift-Option→ |