We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
项目链接: https://github.com/mefengl/vscode-i-dont-care-about-commit-message
安装地址: https://marketplace.visualstudio.com/items?itemName=mefengl.vscode-i-dont-care-about-commit-message
技术栈: 我用的是VSCode原生插件开发,使用TS。优点是不需要额外安装CLI程序,并且代码更容易被开源社区评审,贡献(尤其与Rust开发的CLI程序相比)。
功能: 支持自定义使用的 ai model,可以选择使用 Conventional Commit 格式,并且插件提示已本地化。
适用场景: 适合所有使用 VSCode 的开发者,特别是那些项目不需要严格遵守 commit message 格式限制的情况下。
解决的问题: 我之前也试过其他 AI commit 工具,但它们不匹配我的工作流。比如说,在终端运行时需要打开终端、多次击键以及等待和确认操作。我认为大部分时间这些流程都是没必要的。相反,给它们绑定一个快捷键,然后按下快捷键,剩下的,就交给历史吧(git 里可以修改它,不是么?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
项目链接:
https://github.com/mefengl/vscode-i-dont-care-about-commit-message
安装地址:
https://marketplace.visualstudio.com/items?itemName=mefengl.vscode-i-dont-care-about-commit-message
技术栈:
我用的是VSCode原生插件开发,使用TS。优点是不需要额外安装CLI程序,并且代码更容易被开源社区评审,贡献(尤其与Rust开发的CLI程序相比)。
功能:
支持自定义使用的 ai model,可以选择使用 Conventional Commit 格式,并且插件提示已本地化。
适用场景:
适合所有使用 VSCode 的开发者,特别是那些项目不需要严格遵守 commit message 格式限制的情况下。
解决的问题:
我之前也试过其他 AI commit 工具,但它们不匹配我的工作流。比如说,在终端运行时需要打开终端、多次击键以及等待和确认操作。我认为大部分时间这些流程都是没必要的。相反,给它们绑定一个快捷键,然后按下快捷键,剩下的,就交给历史吧(git 里可以修改它,不是么?)
The text was updated successfully, but these errors were encountered: