git-commit-message-helper icon indicating copy to clipboard operation
git-commit-message-helper copied to clipboard

A JetBrains series plugin to help git code submission specifications, support IDEA, WebStorm, AndroidStudio, PyCharm, CLoin, GoLand, PhpStorm ... https://plugins.jetbrains.com/plugin/13477-git-commi...

Results 12 git-commit-message-helper issues
Sort by recently updated
recently updated
newest added

Short Description能调用http请求;请求结果放到一个comboBox里面选择吗

如题 ![image](https://github.com/AutismSuperman/git-commit-message-helper/assets/36910997/2b23d612-db9c-405f-8945-71978bf855f8)

enhancement

Version: ![image](https://github.com/AutismSuperman/git-commit-message-helper/assets/45007045/e8eacb6b-9e31-48b5-acab-3c8b2d551769) Warning Msg: com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.fulinlin.ui.setting.TemplateEditPanel$2' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: commit-message-helper-idea-plugin] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)...

![image](https://github.com/AutismSuperman/git-commit-message-helper/assets/68590897/bb7d25f0-b630-4f97-afd6-709d70f846da) 比如feature,没必要写成feat、performance没必要写成perf。

1. 目前我使用正则表达式实现了默认模版的回显,如果需要这个功能我就提PR了。 2. 如果是用户自定义模版后进行回显感觉比较复杂,作者是否有其他思路?

Win11 IntelliJ IDEA 2024.1 RC (Ultimate Edition) Build #IU-241.14494.158, built on March 21, 2024 Licensed to Jianxiang Hong Subscription is active until September 4, 2024. Runtime version: 17.0.10+8-b1207.12 amd64 VM:...

idea内的提交栏的文字,打开插件后自动识别类型 scope 等,和 Git Commit Template 1.2.0 一样 ![image](https://github.com/AutismSuperman/git-commit-message-helper/assets/33375791/f21fe49c-4ec1-4691-bd06-531a9c52286e)

enhancement

我发现一个小问题,就是在切换type的时候,会丢 message 🤔

bug

I would be really awesome if `scope` input on commit screen would be a mix of input and dropdown, so we can easily select scope from a dropdown or enter...

enhancement

我本来打算按照git commit template 加一个校验subject为空提示的警告,因为在规范里面,subject是不能为空的。但是这几个插件,都没有做到判空限制。 然后外部的窗口commit按钮能否监听到,判断type和subject是否为空,或者说判断格式。

enhancement