-
-
Notifications
You must be signed in to change notification settings - Fork 458
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
Make emote completion a lot smarter #4987
Make emote completion a lot smarter #4987
Conversation
shouldn't have additional cost
This setting is not expected to stay in its current form after we've tried it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Merging this in as-is without really testing its behaviour to allow more people to try it out
What's also a bit to experiment with, is should it show when one types |
With my logic, as outlined in the description, it should be: {"Rime", "rime"} when you search for "rIme" because:
|
Description
I've updated emote completion to be smarter.
Changes:
pajaW
andPAJAW
, if you search forPA
you'll only getPAJAW
.Pa
, you'll getPAJAW
, thenpajaW
.To test you will need to actually toggle it on.
Closes #4944.