30 lines
864 B
Markdown
30 lines
864 B
Markdown
---
|
|
title: "Keyboard Shortcuts"
|
|
tags: ["AL","Productivity"]
|
|
categories: ["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 |
|
|
|