Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find a file in the project file tree in Brackets

I'm wondering if there is a way (either built in or by using an extension) to find a file (not a string in a file) in the file tree of the project in Brackets. This is so if I have many folders and files, I don't have to look for the file manually. Hopefully when the file is found, it will be shown and/or be highlighted in the file tree as well.

Thank you in advance.

like image 414
Sean12 Avatar asked Oct 16 '25 02:10

Sean12


1 Answers

Have you tried the Quick Open shortcut? It's an instant file search that lets you open any file in the current project. It's command is Ctrl-Shift-O

Brackets shortcuts

like image 155
sgarcia.dev Avatar answered Oct 18 '25 15:10

sgarcia.dev