What is the shortcut to do multi-line editing in VS Code
0
What is the shortcut to perform multi-line editing in VS Code, which is like column mode editing in Notepad++.
1 Answer
+ 1
Below are the shortcuts to perform multi-line editing in Visual Studio Code:
| OS | Shortcut | 
|---|---|
| Windows | Ctrl + Alt + Up/down Arrow keys | 
| Linux | Shift + Alt + Up/down Arrow keys | 
| Mac | Opt + Cmd + Up/down Arrow keys |