jacobdufault / vscode-fuzzy-search

24 stars 6 forks source link

use Approximate string matching when searching #2

Closed ctf0 closed 4 years ago

ctf0 commented 5 years ago

atm the text have to be exact , but with approximate matching it will be closer to the quick open panel

jacobdufault commented 5 years ago

May be possible, but could be very difficult to accomplish the desired UX due to API limitations. The current extension just uses vscode's built-in fuzzy filtering. I believe you can have a custom input box now that dynamically updates the list of results, so it might be possible to do custom filtering.