This is it’s own section because I think it’s
super helpful and I didn’t want to forget about it.
Here’s the slick way to turn your search results into multiple cursors in Visual Studio Code:
- Open the Find box: Press Ctrl+F (Windows/Linux) or Cmd+F (macOS).
- Enter your search term: Type whatever you’re looking for in the file.
- Select all matches: One common shortcut is Alt+Enter (Windows/Linux) or Option+Enter (macOS). This will create a cursor at each match found.
- Edit simultaneously: Each match now has its own cursor, so your edits or insertions will be applied everywhere at once.