How can I configure Visual Studio Code to enable column selection (multi-line selection) like this:
- Drag a line with Alt+Mouse 1
- When crossing a line with lower indentation level, create indentation implicitly to match the indentation level indicated by the drawn line
On the left-hand side you can see the desired behaviour (in TextMate), on the right-hand side my current attempt in VS Code:

