A multi-cursors editing is a technique that allows a user to select multiple lines and make multiple simultaneous edits at once.
The multiple cursors feature is available in a Visual Studio Code (VSCode) out of the box.
This short note shows how to select and edit multiple lines simultaneous using the VSCode’s multiple cursors feature. (more…)