- Instant help with your Developer coding problems

Get multiple cursors in VS Code

Question:
How to get multiple cursors in VS Code?
Answer:
CTRL + Click
Description:

Visual Studio Code supports multiple cursors for fast simultaneous edits. You can add secondary cursors with ALT + Click . With this solution, you can place cursors anywhere in the document and not just under and over each other.

Share "How to get multiple cursors in VS Code?"