864 B
864 B
| title | tags | categories | |||
|---|---|---|---|---|---|
| Keyboard Shortcuts |
|
|
Created by Christian Lenz, Described by Christian Lenz
Description
To increase developer productivity while coding, use keyboard shortcuts that are available in the specific context to execute actions faster.
This is a selection of the community's favorites (more to come).
Windows
| Shortcut | Context | Description |
|---|---|---|
| CTRL + Backspace | Editor | Delete word |
VS Code
| Shortcut | Context | Description |
|---|---|---|
| ALT + <Arrow Left/Right> | Editor | Switch Tab |
| ALT + <Arrow Left/Right> | Go To Definition | Go Back / Forward |
| ALT + <Arrow Up/Down> | Editor | Move Line Up/Down |
| ALT + SHIFT + <Arrow Up/Down> | Editor | Copy Line Below/Above |
| CTRL + X | Editor | Delete Line |