Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quick GrepNew to Visual Studio Code? Get it now.
Quick Grep

Quick Grep

Sangsoo Nam

|
1,219 installs
| (2) | Free
Git Grep and Ripgrep extension for Visual Studio Code. Easy to search code, see results, and navigate with the quick pick view.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Quick Grep

Git Grep and Ripgrep extension for Visual Studio Code. Easy to search code, see results, and navigate with the quick pick view. A selected text will be used to grep by default.

The default shortcut is Cmd + E.

Install Ripgrep

If you're a macOS Homebrew or a Linuxbrew user,

brew install ripgrep

Otherwise, check this link.

Usage

  • Trigger Cmd + E to open the Quick Grep
  • Type a text to search. If there is a selected text in the editor, that text will be used for searching.
  • The last results will be shown by triggering Cmd + E again without a selected text. It's a handy way to continue browsing.
  • Optionally, you can enable the preview setting to see the file content while browsing search results.

Usage

Extension Settings

Setting Description Type Default Value
quickgrep.preview Show the preview when the item is selected. boolean false
quickgrep.grep Select a command to grep. Git grep only works within a git repository. boolean false

Commands

"commands": [
  {
    "command": "quickgrep.action",
    "title": "Quick Grep"
  }
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft