bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

Possible to stop helm-projectile-find-files from listing all files when first run? #105

Closed ghost closed 6 years ago

ghost commented 6 years ago

When running helm-projectile-find-files it seems like the default search is to list all files in the project, and then narrow down as I start typing. However this makes the helm minibuffer open really slowly.

Is there a way to stop it from listing all files before I have typed any search input?

xiongtx commented 6 years ago

Is there a way to stop it from listing all files before I have typed any search input?

It would need to search through all project files when you begin typing, so I'm not sure what would be gained.

this makes the helm minibuffer open really slowly.

How many files do you have in your project? #101 fixed an issue with performance; are you upgraded to that?