-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
@-mention doesn't autocomplete display names #6782
Comments
Definitely would be nice to have this feature. |
As far as I can tell @-mentions do complete display names - is this something specific to the 'ja' != 'jc' case? |
I suspect it's related to the deviation happening too early in the string, so the autocomplete can't find a high-scoring match. ie: autocompleting |
fwiw |
That's just mean of Riot then :( It used to, so maybe one of the autocomplete fixes made it different? |
@t3chguy this change will use display names for autocomplete even when the matrix_id doesn't match? Use case is:
So typing |
No, joh |
Doesn't work for me either on Riot 0.16. I don't think it ever has. You need to remember the user ids of people if they diverge from their display name AFAIK. |
From experimentation, it appears that autocompleting by typing '@' will only match user IDs. Typing part of the display hame and pressing tab works though (ie. in this case, typing This is probably where the confusion is coming from. |
@dbkr right, but that still doesn't allow you to cycle through users, so it only works when the part you typed is the unambiguous start of a display name. When I try to complete t3chguy on riot-dev by typing "@ mi" (ignore the space) I can't get it to work for example. |
@bwindels typing |
/me is |
This shouldn't be too hard to fix: I suggest just stripping the Leaving this for now as I was hoping it would be a quick fix. |
Description
Trying to autocomplete someone by the name "James" doesn't work because their username is "jchaulk".
Version information
The text was updated successfully, but these errors were encountered: