You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example if I have i-logos-javascript and remove a few characters from the end and start typing from i-logos-javas I first get no autocomplete (need to type a character to start the autocomplete process), then typing r from i-logos-javasc I get r-lang and so on (matching r) instead of javascript.
I think the whole string should be matched until (not including) the previous - character to get better autocomplete results.
Describe the bug
For example if I have
i-logos-javascript
and remove a few characters from the end and start typing fromi-logos-javas
I first get no autocomplete (need to type a character to start the autocomplete process), then typingr
fromi-logos-javasc
I getr-lang
and so on (matchingr
) instead ofjavascript
.I think the whole string should be matched until (not including) the previous
-
character to get better autocomplete results.Reproduction
Above^
System Info
Used Package Manager
npm
Validations
Contributions
The text was updated successfully, but these errors were encountered: