atom/fuzzy-finder

Atom Failed to Find file in entire project file of Laravel

putuoka opened this issue · 4 comments

i try to find file name DB.php located on \my laravel folder\vendor\laravel\framework\src\Illuminate\Support\Facades\DB.php but atom fail to search it using CTRL + P Any idea why?

rsese commented

Thanks for reaching out! I'd suggest checking if your project has a .gitignore that ignores vendor/ maybe? Or double check your Settings > Core > Ignored Names setting as well.

If that doesn't help, feel free to post on the message board and mention me (@rsese) and we can take a look.


Because we treat our issues list as the Atom team's backlog, we close issues that are questions since they don't represent a task needing to be completed. For most questions about Atom there are a lot of options, check out:

On Discuss and in the Atom Slack team, there are a bunch of helpful community members that should be willing to point you in the right direction.

Hi @rsese thank you for replying. yes it's contain .gitignore but in my logic that file isn't related to atom or this fuzy finder. it just file for git (app) to ignore the folder to be upload to remote repository. i have checked core setting as well and there's still in default and no vendore folder included. could you please help why i can't find file DB.php inside folder vendor among many sub2 folder inside it?

rsese commented

yes it's contain .gitignore but in my logic that file isn't related to atom or this fuzy finder.

Thanks for confirming - Atom will ignore files in your .gitignore by default for functionality like fuzzy finder but you can disable this in your settings at Settings > Core > Exclude VCS Ignored Paths. If that doesn't help, please share your .gitignore.

its work thanks @rsese you the best