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

Align template mode with context mode #25

Closed lppedd closed 4 years ago

lppedd commented 4 years ago

The items arranger is created in this block of code.

val lookup = LookupManager.getInstance(project).createLookup(
  editor,
  LookupElement.EMPTY_ARRAY,
  "",
  LookupArranger.DefaultArranger()
) as LookupImpl
lppedd commented 4 years ago

What needs to be done:

lppedd commented 4 years ago

@tad3j you might be interested in this. Btw: currently, in 0.11.0, template mode is broken. I've submitted a 0.11.1

lppedd commented 4 years ago

Done with commit 132939047d2f03cdf7c4dd454e4c1acfc554c132