Useful shortcuts and settings in VS Code

from blog aarol.dev, | ↗ original
Shortcuts # Ctrl + Shift + K : Delete current line Alt + Down/Up : Move selected line(s) up/down Alt + Shift + Down/Up : Duplicate selected line(s) up/down Ctrl + D : Select next occurrence of selection (shown below) Ctrl + K + Ctrl + D : Unselect the last occurrence and select the next one (used in combination with Ctrl + D )...