Oliver Barreto
by Oliver Barreto

Categories

  • Blog

Tags

  • Productivity
  • Productivity Workflow
  • Coding
  • VSCode

A note to my future self…

image-right Multiple cursor selection is way faster than “single-minded” cursors.

Multiple selections (multi-cursor) in VS Code

  1. Ctrl+F to find and select…
  2. … or Ctrl+D which selects the word at the cursor, and all other occurrences of the word where your cursors is right now.
  3. Tip: You can also add more cursors with Ctrl+Shift+L, which will add a selection at each occurrence of the current selected text. …