This package provides the following services:
autocomplete+ emojis suggestions
Adds unicode emoji (like 😄) and markdown emoji (like :smile:
) autocompletion to autocomplete-plus.
Features
- Shows unicode and markdown emojis as suggestions when typing
:
and a word
  - Shows only markdown emojis when typing
::
and a word
  - Disables unicode and/or markdown in the setting
  - Opens Emoji Cheat Sheet for markdown emojis in browser
when you run the
autocomplete-emojis:show-cheat-sheet
command
Scopes
Please note that this package shows emoji suggestions in the scopes below.
- .source.gfm
- .text.md
- .text.html
- .text.slim
- .text.plain
- .text.git-commit
- .comment
- .string
- .source.emojicode
Acknowledgements
- autocomplete-plus and its document of the provider API inspired and helped me a lot to create this package
- gemoji gives a JSON file for unicode emojis