patou / gitmoji-intellij-plugin

Intellij plugin for add a button on the commit dialog to add gitmoji
https://plugins.jetbrains.com/plugin/12383-gitmoji/
Apache License 2.0
62 stars 16 forks source link

[Feature] Show Gitmoji list without clicking the button #18

Open maicol07 opened 3 years ago

maicol07 commented 3 years ago

It would be nice if the emoji list is displayed while you are typing, if the word you are typing exists in the list (the current Gitmoji search method)

patou commented 3 years ago

The autocomplete are been discuted in this issue #3

maicol07 commented 3 years ago

Ok, the shortcut works, but maybe a text completion would be a better solution (it can be a checkbox in settings)

patou commented 3 years ago

The problem with the autocomplete by the text is :

You type : Adding test (the autocomplete display the option "✅ : white_check_mark: Adding Test" when press tab, just the word test will be replaced, the message will become : Adding ✅ .

It's why I create a new plugin from the last plugin to change to the button one.

maicol07 commented 3 years ago

Mmmmm... maybe the autosearch only for the icon name? Like Adding sparkles --> (Tab/Enter) --> Adding ✨