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

WhatWhereHow
Delete wordEditorCTRL + Backspace

VS Code

WhatWhereHow
Switch TabEditorALT + <Arrow Left/Right>
Move Line Up/DownEditorALT + <Arrow Up/Down>
Copy Line Below/AboveEditorALT + SHIFT + <Arrow Up/Down>
Delete LineEditorCTRL + X (without selection)
Go Back / ForwardGo To DefinitionALT + <Arrow Left/Right>
Last modified September 8, 2022: changed design of the columns (49fd8195) by Christian Lenz