github_pr_tree
github_pr_tree copied to clipboard
Fuzzy text search matching
For the following example structure, I can search:
-
MainGui// 3 results
It would be nice if we could do fuzzy matching, like:
-
mgc// shows MainGuiController
As an aside (maybe this should be a separte ticket): text filtering is only on filenames. It would be nice to filter on modules/packages. The following search gives 0 results:
-
src// 0 results