-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable keyboard navigation in keys search results and abbreviation search #117
Comments
Currently, the search looks for any key where the search text appears. Is this different than your suggestion to match the IntelliJ behavior? |
Yes, for example for the field "Auto Chocies", IntelliJ IDEA will match |
I suggest FuseJS for abbreviation search. |
Switches to Fuse.js, which is faster than the old approach and supports fuzzy matching
Both of these features are now implemented. You can use the keyboard (up, down, enter) to navigate through the search results, and it uses FuseJS as the backend so the search term doesn't need to appear identically in the key. |
It'd be nice to be able to navigate the keys search results menu with up/down keys. Also, abbreviation search might be useful. Not sure if that is the technical term, but that's what I mean:
It can also be more reserved as IntelliJ IDEA does that -- only prefixes of words are accepted (hence the "e" at the end will make no results shown).
The text was updated successfully, but these errors were encountered: