Home

Awesome

Project is discontinued!

I'm not using Sublime Text anymore and have no interest in supporting this project.

I added the MIT license to be explicit, so if you want to carry one, you have my full permission - and gratitude!

Search In Project

Search in Project screencast

This plugin for Sublime Text 2 and 3 lets you use your favorite search tool (grep, ack, ag, pt, rg, git grep, or findstr) to find strings aross your entire current Sublime Text project.

It opens a quick selection panel to browse results, and highlights matches inside files.

Usage

If you select text and run Search In Project, the program will pre-fill the search string with the selection text. For an example, to search for a word project-wide, press the following buttons: ⌘D, ⌘⌥⇧F, ↩.

If you run Search In Project again, the program will remember the last search string, so the next search will be an ↩ away.

Important note for Windows users: the current release has known issues with running executables, and I would appreciate any bug reports from the field.

Installation

Package Control: install package Search in Project (this is the recommended method)

Manual installation: download an archive of the repository, and unzip into the Sublime Text Packages folder.

Installing search engines

My idea is that if you use this plugin it's because you already use one of the superior search engines like The Silver Searcher and want to use it from within Sublime Text.

The supported search engines are:

NameDescriptionSearch in Project key
pt (The Platinum Searcher)fast, has binaries for every platform, recommended.the_platinum_searcher
ag (The Silver Searcher)equally fast, only 3rd party binaries for Windows, also recommendedthe_silver_searcher
acknot as fast as pt and ag, but still pretty good. Depends on perl, thus not so easy to install on Windows.ack
git greppackaged with Git and really fast, but only works in Git repositories. Recommended if you use Windows and Git and really don't want to install anything else.git_grep
grepfallback search tool available on Linux and OSX systems. Not recommended - just use the built-in Sublime Text search instead.grep
findstrfallback search tool available on Windows. Not recommended - just use the built-in Sublime Text search instead.find_str

You need to choose the engine that you want to use in the configuration file. The default is the one that available on every system, but it is easily the worst.

Configuration

Configuration is stored in a separate, user-specific SearchInProject.sublime-settings file. See the default file for configuration options; links to both could be found in the main menu in Preferences -> Package Settings -> Search In Project.

Issues with locating executables

If Search In Project has problems with locating executables in Mac, install the Fix Mac Path plugin.

You can always configure the full path to any search engine in the settings, as a catch-all solution.


Made by Leonid Shevtsov