Closed
Description
With the v1 implementation of #441 merged, here are a few followups in store :
- Indicating the options one has to auto-complete in the footer (After user pressed
ctrl + f
) (fixed in ui/footer: Display typeahead suggestions in footer. #540) - Going back to the previous auto-complete. (fixed in boxes/keys: Add extra key to go back to previous typeahead suggestion. #532)
- Handling conflicts when 2 users have the same full name. (Possibly using
@**Name|User_id**
or email to distinguish) (fixed in boxes: Useuser_id
s in autocomplete for user mentions. #928) - Prioritizing mentions to users in the current narrow. (Eg: People who are subscribed to stream/narrow) (fixed in Order typeahead by narrow/recipients #730)
- Editing the 'starred' version (
#**test here**
) and autocompleting it further. (Place the cursor before last 2 stars - Auto complete emoji names in message content. (fixed in Typeahead for emojis #525)
- Support Group-autocomplete (Eg:
@*terminal*
) - Support topic typeahead in topic box (fixed in #, with spaces in Autocomplete with exact matches in stream & topic compose boxes #823)
- Support topic stream+topic typeahead in message composition (fixed in Add support for stream + topic autocomplete #1004)
- Allow spaces in autocomplete to work fully in composition (fixed in stream/topic boxes in Autocomplete with exact matches in stream & topic compose boxes #823)
- Support typeahead completion after eg. parentheses (fix Typeahead doesn't initiate with some characters before trigger character #541)
Related ideas:
- Adjust layout of footer text to indicate text matching against results, separation between result parts, ...