Is there any shortcut key to move a line above or below a block? This feature exists in IntelliJ editors and maybe also in visual studio.
You can use Alt+Up to move a line up one line. Is there any such shortcut key to move the line above an entire block above?
In the example below, it's to move the line a = 1; above the if block


