atom / fuzzy-finder

Find and open files quickly
MIT License
274 stars 138 forks source link

Show fast mode prompt on any project size #394

Closed rafeca closed 5 years ago

rafeca commented 5 years ago

This PR is a follow-up of https://github.com/atom/fuzzy-finder/pull/378 to get more people opting in to the fast mode.

Context

Now that the fuzzy finder fast mode has been out for a couple of weeks in Atom v1.37 without any major issues, I’d like to open the gates a bit more to the feature to get more feedback from it before making it the default one.

The current plan is the following:

Doing this will give us much more signal about the fast mode on Atom v1.38 before enabling it by default (since currently we only have ~0.5% of users with ripgrep enabled).

Note: Due to our release cadence, I'll need to cherry-pick the new version of the fuzzy-finder package on the release-1.38 branch, but that should be fine.