Skip to content

Sublime-like search for vs code. Uses ripgrep and opens results in new document.

Notifications You must be signed in to change notification settings

KevinWelton/sublime-search-vscode

 
 

Repository files navigation

Sublime-like Search for Visual Studio Code / vs code

Screenshot

Commands

*searchy.search (Searchy - Search) - Pop open a dialog to ask for search term, and open the results in a nice read only document. This uses ripgrep.

Usage

By default, code will be searched across the active workspace. If you would like to search in a particular folder, right click the folder in vs code, or manually enter the path relative to the active workspace in the popup:

E.g.

resources/assets: <search for this text>

Take note of the colon ":" which seperates the folder to search and search text.

Differences from malkomalko/searchy

  • Improved Windows support
  • Support for context lines
  • Support for 'seperators' between multiple matches in file
  • Added context menu
  • Lots of other improvements

Credit

This repository has been forked from malkomalko/searchy, mad props to Robert for his great work.

About

Sublime-like search for vs code. Uses ripgrep and opens results in new document.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%