0

I often use Alt + Shift + arrow to have the cursor on multiple lines in SSMS and e.g. ISE for PowerShell. But when I do this in Visual Studio Code or Azure Data Studio the functionality is different and the line gets duplicated.

How can I have this multiple cursors in Visual Studio Code?

xhr489
  • 1,957
  • 13
  • 39
  • It's `Alt+Ctrl+Arrow` by default in vscode. You could remap that if you wanted. – Mark May 16 '22 at 15:04
  • Does this answer your question? [Multiline editing in Visual Studio Code](https://stackoverflow.com/questions/30037808/multiline-editing-in-visual-studio-code) – Timothy G. May 16 '22 at 16:43

1 Answers1

0

Alt + Click where you want the cursor

AhmedSHA256
  • 525
  • 2
  • 20