SphereSoftware / RebelChat

Rebel Chat 💬 - is a modern way to keep in touch with any team, and keep your messaging under control right in your editor.
http://rebelchat.io/
Other
20 stars 2 forks source link

Autocomplete `emoji` #2

Closed shemerey closed 7 years ago

shemerey commented 7 years ago

In order to support it, we should implement something like https://github.com/atom/autocomplete-emojis, since we will need custom autocomplete provider anyway we should just copy it into our project and upgrade to Autocomplete API v3.0.0 +

This version of API will allow us to scope provider by any class element. we can use

shemerey commented 7 years ago

done here https://github.com/SphereSoftware/rebel-chat/pull/6