Visual Studio Code – Shortcut to copy selected text horizontaly in VisualStudioCode
I don't know if this exists but I would like to have the equivalent of Shift+ Alt + Up|Down which duplicates the line up or down, but horizontally with the text selected. For example, let's consider this program: print("Hello world")…