Found this by accident, maybe it has been mentioned by somebody before: In Visual Studio code editor, when you press Enter a new line is created where the cursor is positioned. (Nothing new about that) When you hold Ctrl and press Enter , a new line is inserted before the line on which the cursor is currently positioned and the cursor is repositioned to the new line. When you hold Ctrl + Shift and press Enter , a new line is appended after the line end of the line on which the cursor is currently...