flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.56k stars 321 forks source link

fuzzy file name matching in the libraries list is far too fuzzy #2928

Open jacob314 opened 3 years ago

jacob314 commented 3 years ago

Lots of matches that make no sense get in. Screen Shot 2021-04-22 at 3 03 00 PM

jacob314 commented 3 years ago

only matches that are for main.dart files should show up. When there are multiple matches we should show the # of matches under a directory to clarify what is going on or show the first couple matches with a ...

elliette commented 3 weeks ago

Might be an issue with our fuzzy-match logic, we should try to repro this to see if it's still relevant.