Daily Software Tips & Tricks

Bite-sized knowledge to improve your coding skills daily.

Master the Multi-Cursor Flow

February 23, 2026

If you find yourself manually changing a variable name across ten different lines, you're working too hard. In VS Code, you can hit 'Ctrl+D' (or 'Cmd+D' on Mac) to select the next occurrence of whatever word your cursor is currently on. It’s a total game-changer for refactoring or wrapping multiple strings in quotes simultaneously. If you want to place cursors manually anywhere you click, just hold 'Alt' (or 'Option') and start clicking. It feels like having superpowers once you get the muscle memory down.