idea-conventional-commit-commitlint icon indicating copy to clipboard operation
idea-conventional-commit-commitlint copied to clipboard

Provides additional commit types and scopes via Commitlint rules.

Results 14 idea-conventional-commit-commitlint issues
Sort by recently updated
recently updated
newest added

can we add support for [cz-customizable](https://github.com/leonardoanalista/cz-customizable) config that will make us use custom commit messages, where we can use git emoji too. in vscode we have an implementation of the...

Great to have such plugin in JetBrains world. It would be nice to add a support for `commitlint.config.ts` Reference: https://commitlint.js.org/#/reference-configuration?id=typescript

This plugin does not work and throws an exception when enabled in PHPStorm or WebStorm - any 2023 version... Note that I tried installing both versions of this plugin and...

Unfortunately, none of the requested features is implemented yet and I'm missing a default or example configuration. Is this plugin still useful? Are there any new features coming?

### When this plugin is enabled, an IDE Internal Error pops up ``` java.lang.InstantiationError: com.github.lppedd.cc.api.ProviderPresentation at com.github.lppedd.cc.commitlint.CommitlintConstants.(CommitlintConstants.kt:9) at com.github.lppedd.cc.commitlint.CommitlintTokensProvider.getPresentation(CommitlintTokensProvider.kt:24) at com.github.lppedd.cc.completion.menu.FilterAction.(FilterAction.kt:22) at com.github.lppedd.cc.completion.LookupEnhancer.setProviders(LookupEnhancer.kt:72) at com.github.lppedd.cc.completion.ConventionalCommitTextCompletionContributor.enhanceCompletionProcessIndicator(ConventionalCommitTextCompletionContributor.kt:254) at com.github.lppedd.cc.completion.ConventionalCommitTextCompletionContributor.fillCompletionVariants(ConventionalCommitTextCompletionContributor.kt:205) at com.intellij.codeInsight.completion.CompletionService.getVariantsFromContributor(CompletionService.java:81) at...

Hello, I'm unable to use the plugin, this is the stacktrace: Versions: Commitlint Conventional Commit: 0.1.2 Conventional Commit: 0.22.0 Intellij IDEA 2023.1 (Ultimate Edition): Build #IU-231.8109.175, built on March 28,...

I’ve just got the following error in Webstorm 2022.3.2 in your plugin `v0.1.2`: ```java java.lang.InstantiationError: com.github.lppedd.cc.api.ProviderPresentation at com.github.lppedd.cc.commitlint.CommitlintConstants.(CommitlintConstants.kt:9) at com.github.lppedd.cc.commitlint.CommitlintTokensProvider.getPresentation(CommitlintTokensProvider.kt:24) at com.github.lppedd.cc.completion.menu.FilterAction.(FilterAction.kt:22) at com.github.lppedd.cc.completion.LookupEnhancer.setProviders(LookupEnhancer.kt:72) at com.github.lppedd.cc.completion.ConventionalCommitTextCompletionContributor.enhanceCompletionProcessIndicator(ConventionalCommitTextCompletionContributor.kt:254) at com.github.lppedd.cc.completion.ConventionalCommitTextCompletionContributor.fillCompletionVariants(ConventionalCommitTextCompletionContributor.kt:205) at com.intellij.codeInsight.completion.CompletionService.getVariantsFromContributor(CompletionService.java:81)...

The `Build Commit Message` dialog is nice and really helpfull, but it might be great to support auto-completions from the `Commit message` text box of `Commit` panel.

It would be awesome if you add support for multiple scopes. Currently, if I add multiple scopes (e.g. `chore(one,two,three)`, in the autocomplete I get additional option `one,two,three`, thus they are...

When this plugin is enabled, the Providers page of the [Conventional Commit](https://plugins.jetbrains.com/plugin/13389-conventional-commit) settings cannot be opened. On attempt it shows "Please wait" indefinitely. IDE stack trace ``` java.lang.NoClassDefFoundError: Could not...