Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Find in FilesNew to Visual Studio Code? Get it now.
Find in Files

Find in Files

Find in Files

|
3 installs
| (0) | Free
Modal-style live find in files powered by ripgrep
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Find in Files

Modal-style live "Find in Files" for VS Code, powered by ripgrep.

A single QuickPick where typing updates matches across the workspace in real time — similar to Command Palette, but for full-text search.

Features

  • Live search as you type (debounced, ripgrep-backed).
  • Toggle buttons with active background: Match Case (Aa), Use Regex (.*), Whole Word (ab).
  • Include / exclude globs via dedicated buttons.
  • Default excludes from your VS Code search.exclude setting are applied automatically.
  • Selection prefill: highlight text in the editor, run the command, the selection is searched immediately.
  • State persistence per workspace — your toggles and globs are remembered.

Usage

  • Command palette: Find in Files: Open Search
  • Default keybinding: Cmd+Shift+Alt+F (macOS) / Ctrl+Shift+Alt+F (Win/Linux)
  • Enter on a result opens the file at the matched line.

Requirements

VS Code ^1.120.0. Ripgrep is bundled via @vscode/ripgrep — no system install needed.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft