lppedd / idea-conventional-commit

Context and template-based completion for conventional/semantic commits.
https://plugins.jetbrains.com/plugin/13389-conventional-commit
MIT License
336 stars 18 forks source link

Add settings #76

Open avalanche1 opened 2 years ago

avalanche1 commented 2 years ago

I would like to be able to disable auto-completion for some fields, namely commit Subject.

lppedd commented 2 years ago

Hi @avalanche1 Mmmh I'm trying to understand what you're trying to accomplish. Do you want to avoid the completion auto-popup?

avalanche1 commented 2 years ago
image

This is really unnecessary - because subject field of the commit is never the same. Same as the Body field.

lppedd commented 2 years ago

@avalanche1 sometimes you just want to search for a previous subject you used, and that's the most straightforward way to do it imho.

A registry setting could be good enough in case.

avalanche1 commented 2 years ago

registry setting

What's that and where to set it?

lppedd commented 2 years ago

@avalanche1 that's what I'd have to implement. IDEA has a configuration Registry, that you can open from the Actions search dialog.