-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Show Gitmoji list without clicking the button #18
Comments
The autocomplete are been discuted in this issue #3 |
Ok, the shortcut works, but maybe a text completion would be a better solution (it can be a checkbox in settings) |
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. |
Mmmmm... maybe the autosearch only for the icon name? Like |
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)
The text was updated successfully, but these errors were encountered: