Sublime Text has a super useful command Selection / Split into Lines to split a selection so that you have multiple cursors, one at the end of each line.
Splitting the Selection into Lines
Select a block of lines, and then split it into many selections, one per line, using:
- Windows/Linux: Ctrl+Shift+L
- Mac: ⇧+⌘+L
How can I do this in Visual Studio Code?