The cursor should be after the predefined subject
If we create a new commit message then the cursor should be after the predefined commit subject (FEAT, FIX, IMPROVE etc). For now, the cursor is at the start of text field whenever we create new message.
Current behavior:

Expected (little bit better experience):

PS: YOU'VE SAVED MY TIME BY MAKING THIS EXTENSION. TONS OF THANKS!!
@ahmadawais I was about to ask the same, let me know if you need some help with this or gave it a try. I'm not totally sure if we can control the cursor or the focus on VSCode, but surely we can do some hack.
True that. I couldn't find an API to move the cursor to the end. If you can I'm accepting PRs.
P.S. there's no FEAT in Emoji-Log. NEW works for anytime you add something new.
I was looking for this cursor behavior. Currently I just use the SCM shortcut so I don't need to reach my mouse after executing the Emoji-Log. My flow currently like this (I'm on Windows):
-
Ctrl + Shift + p - look for
Emoji-Log - Run one of the command
-
Ctrl + Shift + g - Repeat
Ctrl + Shift + gif the cursor is not in the end of text
In my environment this flow currently work. I'm not sure if this can be programmatically done to set the cursor (as a hack of course 😅)