Autosuggest addon

I’ve impemented autosuggest addon. It triggers hint dropdown right after typing a certain character.

Developer is able to configure multiple suggestions. For each the following is specified:

  • mode it’s applied to.
  • startChar that triggers hint dropdown.
  • listCallback which is a callback returning possible completion values.

Review and suggestions are very welcome.