1

For some reason I cannot use multiple cursors in VS Code, does anybody know which settings allows for multiple selections of rows at a time?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
orie
  • 541
  • 6
  • 20
  • Does this answer your question? [How can you create multiple cursors in Visual Studio Code](https://stackoverflow.com/questions/29953479/how-can-you-create-multiple-cursors-in-visual-studio-code) – cocomac Jul 11 '22 at 00:06

1 Answers1

1

Here you find this answer: https://code.visualstudio.com/docs/editor/codebasics

Basically you press alt + click on desired places

jahmia
  • 65
  • 1
  • 10