Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Atom won't search (ctrl-p) files, that aren't in current git repo (grey folders)

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.

like image 469
Tomasz Szymanek Avatar asked Dec 04 '14 12:12

Tomasz Szymanek


1 Answers

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:

enter image description here

like image 99
nwinkler Avatar answered Nov 10 '22 06:11

nwinkler