alguidelines/content/docs/BestPractices/keyboard-shortcuts/index.md
2022-09-08 00:15:59 +02:00

864 B

title tags categories
Keyboard Shortcuts
AL
Productivity
Best Practice

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