git-commit-message-helper
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...
Short Description能调用http请求;请求结果放到一个comboBox里面选择吗
加入图标,更好看
如题 
Version:  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)...
 比如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 一样 
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...
我本来打算按照git commit template 加一个校验subject为空提示的警告,因为在规范里面,subject是不能为空的。但是这几个插件,都没有做到判空限制。 然后外部的窗口commit按钮能否监听到,判断type和subject是否为空,或者说判断格式。