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
Some usernames don't correspond well to user (human) names, so ideally the autocomplete can search through both. That is, typing @jeffrey might suggest, along with any usernames starting/containing that string, also @jbosboom because it matches Jeffrey Bosboom. For each line in the autocomplete list, you can indicate what is being matched by bolding the matched substring; then lines can be sorted by how well-matched they are.
The tricky part seems to be deciding when to display the autocompletion hints. Presumably when you entered a key (including backspace) in a word starting with @. This seems to be Github's behavior (including completion by name, which stops when you hit space, so can only do one name).
Requested in 6.851
The text was updated successfully, but these errors were encountered: