Reputation: 499
Atom won't search (ctrl-p) files, that aren't in current git repo (grey folders). I really need that function, and files that i have to look up (framwework files) are in grey folders, where ctrl-p (file search) doesn't reach.
Upvotes: 6
Views: 2847
Reputation: 54467
The Fuzzy Finder ignores files that are ignored by your VCS (Git in your case) by default.
You can change that behavior by removing the check on the "Exclude VCS Ignored Paths" checkbox in the general settings:
Upvotes: 14