Open clayliddell opened 4 years ago
Have you tried ripgrep via helm-projectile-rg
? Take a look at #61 for the background, you'd need to install the ripgrep (rg) binary on your system as well as the elisp package helm-rg. The plus side is, it's very fast.
@obar Thanks for the suggestion! I'll have to check that out. I'll report my success here once I've given it a go.
So, I ended up using ripgrep; however, I was having a bit much trouble getting helm-rg
to work properly, and the project appears to be abandoned, so instead I'm just using helm-ag
and helm-project-do-ag
in conjunction with ripgrep under the hood. Sadly I was unable to get helm-projectile-ag
to work properly due to #58; however helm-project-do-ag
seems to satisfy my needs at the moment.
I would still consider this to be a bug with helm-projectile
so I'm leaving this ticket open for record keeping sake. Thanks again for the suggestion @obar!
Expected behavior
When searching for a file using
helm-projectile-grep
, files with a suffix matchingprojectile-globally-ignored-file-suffixes
should not appear in results.Actual behavior
Files containing the ignored suffixes appear in the results.
Steps to reproduce the problem
help-projectile-grep
to search for files containing "test" and confirm that the file created in step 1 appears.Environment & version information
helm-projectile
version: 20200615.527helm
version (inhelm-pkg.el
): 20200623.1058projectile
version (M-x projectile-version
): 2020616.1659M-x emacs-version
): 26.3