Possibly an API to expose the fussy match logic that Sublime has implemented such that we could apply the matching algorithm to a list of strings or list of objects.
Example
sublime.fuzzy_match(list, match_string, key)
- list: list to apply the matching against
- match_string: used to match against
- key: A key to be used if supplying a list of objects or tuples.
Not sure if anyone would find this helpful or not, but there have been some cases where I want to apply the fuzzy matching against a list of items without using one of the built in panels.