This extension is no longer maintained. VS Code finally built this type of search view into the editor natively! The original issue for that is here.
This repo will be archived as read-only and no longer worked on. Feel free to fork it per its MIT license if you'd like to use or extend it yourself.
This extension adds a new search functionality that presents your results in a full window. This approach is borrowed from Sublime Text, many Emacs modes, and various other common editors.
- Displays search results in an editor window, rather than the sidebar
- Results link to the matching file at the correct line
- Shows context lines around the line matching your query
- Syntax highlighting based on the most common file type found in your search results
- Integrates with File Explorer so you can easily search in specific folders
Once you've installed the extension, you can take it for a spin:
- Hit Cmd + P and type to find "Better Seach: Quick Find" and hit enter to run the command
- In the search buffer, type
enter
on one of the links (file name or column number) to go to a file - To re-run the current search, type
g
or runbetterSearch.reexecute
There's also betterSearch.searchFull
if you'd like to run a search with more control over the execution options.
betterSearch.context
: Number of context lines to show around search results. Default: 2betterSearch.sortFiles
: Sort files for deterministic sort. Enabling this limits the search to 1 thread and will negatively impact performance.
Magnifying glass icon courtesy of icon lauk