Edit: Move Line Up
edit.moveLineUp Move the current line up one row.
How to run it
Open the command palette (M-x in the Emacs keymap) and search for Edit: Move Line Up, then press Enter. It also has a default keybinding:
| CUA | M-up |
| Sublime Text | M-up |
| VS Code | M-up |
| IntelliJ IDEA | M-S-up |