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

Support gitmoji #144

Open paulschroeder-tomtom opened 3 weeks ago

paulschroeder-tomtom commented 3 weeks ago

Hey, would be nice if you can add the possibility of gitmoji to the matching regexes :smile:

lppedd commented 3 weeks ago

Hey! Where exactly do you see gitmojis not being supported? (a screenshot would help)

Thsnks!

paulschroeder-tomtom commented 1 week ago
lppedd commented 1 week ago
  1. Settings > Version Control > Commit. Modify the Scope pattern:

    image

  2. The Conventional Commits spec doesn't support prefixing a type with other tokens, so it's unlikely I'll add support for that.