vivaxy / vscode-conventional-commits

๐Ÿ’ฌConventional Commits for VSCode.
https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits
MIT License
323 stars 35 forks source link

[FEAT] Hotkey/Shortcut for the commit prompt #250

Closed rafaribe closed 2 years ago

rafaribe commented 2 years ago

Is your feature request related to a problem? Please describe

First of all thanks for your work on this extension, me and my team find it extremely useful. I wanted to ask if there's a way to set a hotkey to open the prompt where you specify the commit message. It's a bit annoying to navigate to git then click on the icon if you are commiting a lot during the day.

image

Describe the solution you'd like

I would like to have a way to spin the popup via a Hotkey Combination, not sure if this is something scoped to VSCode or the extension itself, but i'll let @vivaxy be the judge of that :)

Describe alternatives you've considered

N/A

Additional context

N/A

yi-Xu-0100 commented 2 years ago

๐Ÿ‘‹ @rafaribe, you can add a hotkey in VScode~๐Ÿง

  1. type ctrl+shift+P to show the pannel. and find conventional commit.

ๅ›พ็‰‡

  1. click the setting button to jump to the shutcut setting tab.

ๅ›พ็‰‡

setting the keybinding as you wish. ๐Ÿ˜

rafaribe commented 2 years ago

Thank you very much @yi-Xu-0100. Didn't know about this feature, seems super useful for a lot of other extensions as well.

I'll close the issue since there's no need to implement anything :)