This package provides the following services:
git-grep-provider
Git Grep Provider for Nuclide's Quick Open
It uses git grep --cached
to make searches inside repository.
In order to use it, you need to have this nuclide package installed:
apm install nuclide-quick-open
If you want to use all the features of nuclide-quick-open as well as git-grep-provider, you need to install watchman:
brew install watchman
After watchman installation, install all the quick-open providers nuclide team released:
apm install nuclide-fuzzy-filename-provider nuclide-open-filenames-provider nuclide-recent-files-provider
This package should work with the new nuclide monolithic package.