lppedd / idea-conventional-commit

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

Recently used tokens lose description #73

Closed rafek1241 closed 2 years ago

rafek1241 commented 2 years ago

issue (non-blocking): Actual: image image

When type was selected already in the first commit then in a second one description of rule type is not visible.

Expected: refactor type should have description.

lppedd commented 2 years ago

Hi @rafek1241!
This is because as of now RecentCommitTokenProvider only parses VCS messages, without trying to link types with descriptions from the JSON file.

I'll think of a way to implement this.

lppedd commented 2 years ago

Currently working on this.