What is the shortcut to do multi-line editing in VS Code
What is the shortcut to perform multi-line editing in VS Code, which is like column mode editing in Notepad++.
1 Answer
4 years ago by Anusha
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 |
4 years ago by Divya