I\'m familiar with how to move a line up or down in other editors, like Atom and Sublime.
How is this done in Visual Studio Code for Mac?
In Visual Studio Code for Mac for me it is:
To move a line UP: ⌥+shift+↑ (alt + shift + up arrow keys) To move a line DOWN: ⌥+shift+↓ (alt + shift + arrow down keys)
To move a line UP: ⌥+shift+↑ (alt + shift + up arrow keys)
To move a line DOWN: ⌥+shift+↓ (alt + shift + arrow down keys)
I do have IntelliJ IDEA Keybindings installed.