4

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.

Gerald Schneider
  • 17,416
  • 9
  • 60
  • 78
Sean12
  • 667
  • 1
  • 5
  • 14

1 Answers1

5

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

sgarcia.dev
  • 5,671
  • 14
  • 46
  • 80
  • Thanks for the answer. I did not know about this and it seems to work well, but does not bring the file into the view. Nonetheless, it is very handy and for the most part does the job. – Sean12 Jun 23 '16 at 02:10