Aditya M P
Aditya M P

Reputation: 5367

Unable to search inside the vendor/ directory in atom

I am working on a Laravel project, but when I try to use the "project search" or "fuzzy open" features, none of the files in the vendor/ directory are being found.

I tried changing the list of 'Ignored Files' to just .git, didn't work.

Upvotes: 8

Views: 2595

Answers (1)

nwinkler
nwinkler

Reputation: 54507

Have you tried changing the setting for Settings > Core Settings > Exclude VCS Ignored Paths? This is checked by default, and the fuzzy finder will not show files that are ignored.

More info here: https://discuss.atom.io/t/project-search-does-not-index-files-in-gitignore/2804

Here's a screenshot showing the box to uncheck:

Atom Core Settings

Upvotes: 18

Related Questions