Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Search - Open All ResultsNew to Visual Studio Code? Get it now.
Search - Open All Results

Search - Open All Results

Fabio Spampinato

|
8,480 installs
| (3) | Free
Open all search results at once with a single command.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Search - Open All Results

Logo

Open all search results at once with a single command.

This extension will loop through all the available search results and open the respective files.

There isn't really a proper API for implementing this, therefor the way this works is a bit hacky, you might find some bugs with it. Try to use this on search queries that produce 1, or very few, results per file.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-search-open-all-results

Usage

It adds 1 command, available only when the search pane is visible, to the command palette:

'Search: Open All Results' // Open all search results at once

Settings

{
  "searchOpenAllResults.delay": 150, // Delay, in milliseconds, between file openings
  "searchOpenAllResults.fileResultsLimit": 10, // Maximum number of supported results per file
  "searchOpenAllResults.resultsLimit": 250 // Maximum number of results to open
}

License

MIT © Fabio Spampinato

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