PhpStorm-inspired global search for VS Code with split-panel preview and syntax highlighting
Install on the VS Code Marketplace
Inspired by PhpStorm's search experience, this extension provides a dual-panel view:
- Left Panel: Search results grouped by file
- Right Panel: Full file preview with syntax highlighting
- Preview files before opening them
Ctrl+Shift+F(orCmd+Shift+Fon Mac) - Open search↑/↓- Navigate through resultsEnter- Open file at matched lineEsc- Close search
- Automatically excludes node_modules, .git, build folders, and other common directories
- Live file preview with syntax highlighting while browsing results
- Match highlighting in both result list and preview
- File size limits to handle large codebases
- Debounced search for responsive typing experience
Install from the VS Code Marketplace or search for "Storm Search" in the VS Code extensions panel.
- Press
Ctrl+Shift+F(Windows/Linux) orCmd+Shift+F(Mac) - Type your search query
- Use arrow keys to navigate results
- Press
Enterto open the file at the exact match location - Press
Escto close
The search automatically ignores common build folders like node_modules, .next, dist, etc.
Support this project by pledging to issues on OpenPledge - fund features and bug fixes you care about


