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