Is your feature request related to a problem? Please describe
I love using this extension! Great work on it.
Have a suggestion for something that would speed up the process.
Fuzzy Matching on Emoji
If no changes are made to the workflow, then consider improving the fuzzy matching on emoji selector to default to the best match as focused. This would avoid another keystroke by having to arrow down and hit enter.
Simplify Workflow By Mapping Emoji
Main solution I see is that a request type isn't associated the emoji directly. This means unlike most tooling in the conventional commit namespace, I need to select feat -> pick a scope -> pick an emoji. This actually requires more effort when making many commits, as I just had to pick fix and then after shifting gears to think on scope I have to switch back to typing fix to find a bug icon.
Instead, I'd suggest that the emoji be defined on the type, so that selecting [type]([scope]): [emoji-mapped-to-type] [title].
This would make the workflow much quicker and eliminate an entire dialogue.
Is your feature request related to a problem? Please describe
I love using this extension! Great work on it. Have a suggestion for something that would speed up the process.
Fuzzy Matching on Emoji
If no changes are made to the workflow, then consider improving the fuzzy matching on emoji selector to default to the best match as focused. This would avoid another keystroke by having to arrow down and hit enter.
Simplify Workflow By Mapping Emoji
Main solution I see is that a request type isn't associated the emoji directly. This means unlike most tooling in the conventional commit namespace, I need to select
feat
-> pick ascope
-> pick anemoji
. This actually requires more effort when making many commits, as I just had to pickfix
and then after shifting gears to think on scope I have to switch back to typingfix
to find a bug icon.Instead, I'd suggest that the emoji be defined on the
type
, so that selecting[type]([scope]): [emoji-mapped-to-type] [title]
.This would make the workflow much quicker and eliminate an entire dialogue.