Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>NextSearchNew to Visual Studio Code? Get it now.
NextSearch

NextSearch

Robert Brown

|
1 install
| (0) | Free
A fast Ripgrep-powered search interface for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NextSearch Extension

A VS Code extension that provides a fast Ripgrep-powered search interface for searching files in your workspace.

Ripgrep

This extension uses ripgrep for fast searching. If ripgrep is not installed, the extension will fall back to VS Code's native search APIs.

  • Windows: Download from GitHub releases or install via Chocolatey (choco install ripgrep)
  • macOS: Install via Homebrew (brew install ripgrep)
  • Linux: Install via your package manager:
    • Ubuntu/Debian: sudo apt-get install ripgrep
    • Fedora: sudo dnf install ripgrep
    • Arch: sudo pacman -S ripgrep
  • All platforms: See the official installation guide

Features

  • Fast Text Search: Uses Ripgrep (rg) for lightning-fast searching with automatic fallback to VS Code APIs
  • Real-time Search: Search results update as you type
  • Keyboard Navigation:
    • Arrow Up/Down to navigate results
    • Enter to open selected file
    • Escape to blur search input
  • File Preview: See file path, line number, and matching text with highlighted matches
  • Click to Open: Click any result to open the file at the specific line

Usage

  1. Open the NextSearch panel using the command palette (Ctrl+Shift+P → "Open NextSearch")
  2. Start typing in the search box to search across all files in your workspace
  3. Use arrow keys to navigate results
  4. Press Enter or click a result to open the file

Other Notes

  • If ripgrep is not available, the extension falls back to VS Code APIs which may be slower on large workspaces
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft