The following keyboard shortcuts make coding fast, fun, and frustration-free! These are some of the most commonly used commands; however, if you would like a complete list, please see theĀ VS Code webpage.
Shortcut | Description |
---|---|
Ctrl+s | Save current project |
Ctrl+f | Find (and replace) |
Shift + Alt + A | Block toggle comment (need to have multiple lines highlighted) |
Tab | Block indent |
Shift + Tab | Block unindent |