Tag: Cursors

How To Edit Multiple Lines at Once in VS Code

You spend a lot of time inside a code editor as a coder, so reducing friction with the editor is essential. One of my favorite friction-reducing features in VS Code is multi-cursors. You can insert multiple cursors — on a single line or across multiple lines — and edit multiple places...