github_pr_tree icon indicating copy to clipboard operation
github_pr_tree copied to clipboard

Fuzzy text search matching

Open james-s-w-clark opened this issue 3 years ago • 0 comments

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
image

james-s-w-clark avatar Jul 01 '22 13:07 james-s-w-clark