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

Avoid breaking structural navigation in Rider #115

Closed lppedd closed 1 year ago

lppedd commented 1 year ago

Fixes #95.

lppedd commented 1 year ago

@ForNeVeR FYA.

lppedd commented 1 year ago

@mu88 could you try out this build?
idea-conventional-commit-0.21.1.zip

mu88 commented 1 year ago

It is working again! πŸ•ΊπŸ»πŸ₯³ 2023-03-18_13h46_00

lppedd commented 1 year ago

@mu88 the only downside is tabbing in the commit panel will actually not tab, but simply navigate to a different input field. The tabbing capability was custom, so you're reverted to the standard IDEA one.

mu88 commented 1 year ago

I'd say that's way better than not having your plugin πŸ™ƒ what do you think?