0

Only finding the ctrl + alt + arrows to edit multiple lines that are glued to each other. I want to select few random lines and write the same code in them simultaneously. How can I do it??

  • Does this answer your question? [Multiline editing in Visual Studio Code](https://stackoverflow.com/questions/30037808/multiline-editing-in-visual-studio-code) – Batuhan Oct 14 '21 at 10:33
  • or use `Ctrl+D` to select a similar string forward – rioV8 Oct 14 '21 at 15:53

1 Answers1

0

You can simply click the desired line or location whilst holding down the alt key.

Maisaan
  • 13
  • 5