brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

Add file search/filter #13624

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by boostani Monday Jun 13, 2016 at 21:42 GMT Originally opened as https://github.com/adobe/brackets/issues/12516


Similar to xCode, add a search option on the bottom of project panel. When projects are getting bigger, finding files become a big hassle. A simple search function there can easily address that problem.

core-ai-bot commented 2 years ago

Comment by brendonmm Thursday Jun 16, 2016 at 02:52 GMT


Hi@boostani, I might be wrong, but the feature that you needs is currently available. You just need to press CTRL/CMD + Shift + F to find entire files at current project. And, if you needs to replace, just press the same shortcut, replacing F for H.

core-ai-bot commented 2 years ago

Comment by boostani Friday Jun 17, 2016 at 21:19 GMT


Thanks@brendonmm for looking into this. The command you mentioned is searching the content within files. My request is for a filter only on the file names. My projects normally have complicated file structure and lots of files within each folder. That gives me a long scroll bar and it's a pain to go through them to pick a file. I have a mockup for you here that shows exactly what I'm requesting. filesearch_bracket_proposal

core-ai-bot commented 2 years ago

Comment by redmunds Friday Jun 17, 2016 at 22:04 GMT


@boostani Have you tried Navigate > Quick Open (Cmd-Shift-O) ? Start typing in search field and it filters using a fuzzy search algorithm (i.e. don't have to type letters in exact sequence).

core-ai-bot commented 2 years ago

Comment by boostani Friday Jun 17, 2016 at 22:10 GMT


perfect. this would do the job. I still think persistent presence of the field near the files would be a good UI enhancement (better accessibility & mapping). but I'm happy with what I learned for now. Thank you@brendonmm!

core-ai-bot commented 2 years ago

Comment by brendonmm Tuesday Jun 21, 2016 at 04:03 GMT


@boostani humm, maybe this extension can help you. Directory Search. https://github.com/louiealmeda/directory-search, it creates a seach field before all files. At my workplace, loads slowly when I have a lot of files, but, probably will help. It search and filter all files. image