Search Everywhere (VS Code Extension)
IntelliJ-style "Search Everywhere" for VS Code, triggered by Shift+Shift.
Searches files and workspace symbols (classes, functions, interfaces) in parallel and shows merged results in a single quick-pick.
Install
cd tools/vscode-search-everywhere
npm install
npm run compile
Then in VS Code: Ctrl+Shift+P → "Developer: Install Extension from Location..." → select tools/vscode-search-everywhere.
Usage
Press Shift twice quickly to open the search dialog. Type to search across files and symbols.
| |