vivaxy / vscode-conventional-commits

💬Conventional Commits for VSCode.
https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits
MIT License
320 stars 35 forks source link

[FEAT] Trigger when typing in standard message input #311

Open mackelito opened 1 year ago

mackelito commented 1 year ago

Is your feature request related to a problem? Please describe

This is just a new feature :) Not sure if this is even possible but it would be nice to trigger the extension when user starts typing in the "Message" input.

Describe the solution you'd like

When I start typing the prompt (same as clicking the icon for convertional commits) pops open.

vivaxy commented 1 year ago

@mackelito Thanks for the suggestion. I'm not sure this new behaviour is expected. As far as I'm concerned, I don't expect that when I type in the VSCode Message input, the extension prompts open. But I think it's better to have code auto completion in VSCode Message input, Like: https://plugins.jetbrains.com/plugin/13389-conventional-commit

mackelito commented 1 year ago

I would expect this kind of feature to be toggled on/off in settings :) Sure the autocomplete way would also work.. :)

markus-work commented 7 months ago

I usually forget to click the conventional commit button when I am typing in the message field, so that is why it would be nice that it automatically appears