- Instant help with your Developer coding problems

Edit multiple lines at once in VS Code

Question:
How to edit multiple lines at once in VS Code?
Answer:
CTRL + ALT + ↑ 
CTRL + ALT + ↓
Description:

Just like other modern IDEs Visual Studio Code also has the multiline editing option. You can place additional cursor carets and be able to edit on multiple places in the document at one time.

To do this use the CTRL + ALT + ↑   or CTRL + ALT + ↓ keyboard shortcuts. To exit from the multiline edit mode simply press Esc .

Share "How to edit multiple lines at once in VS Code?"