Skip to content

Search & Replace

Use the standard keyboard shortcut Cmd+F (macOS) or Ctrl+F (Windows/Linux) to open the search panel within the editor.

  • Match count — The total number of matches is displayed
  • Navigate matches — Use the arrow buttons (or Enter / Shift+Enter) to jump to the next or previous match
  • Case sensitivity — Toggle to match uppercase and lowercase exactly
  • Whole word — Match only complete words, not partial matches
  • Regular expressions — Use regex patterns for advanced searches
Search panel open with highlighted matches

Expand the search panel to reveal the replace field.

  • Replace — Replace the current match
  • Replace All — Replace every match at once
Search and replace panel with replace field expanded

When you have more than one tab open, a “Search all tabs” checkbox appears in the search panel. Enable it to search across all open files at once.

  • Results are grouped by tab name
  • Click a result to switch to that tab and jump to the match
  • Match navigation (Enter / Shift+Enter) works across tabs
  • All search options (case sensitivity, whole word, regex) apply to cross-tab search as well
Cross-tab search showing results grouped by tab name