zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 73 forks source link

Missing gitmoji completion in non-modal commit UI #376

Closed scruel closed 2 years ago

scruel commented 2 years ago

GIF

No completion if start with “:”.

IntelliJ IDEA 2021.2.4 (Ultimate Edition) Build #IU-212.5712.43, built on December 21, 2021 Runtime version: 11.0.13+8-b1504.49 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 2016M Cores: 8

zielu commented 2 years ago

On it

zielu commented 2 years ago

Looks like completion is not called at all for :. I need to dig into IDE internals to check where it's getting blocked

zielu commented 2 years ago

It's impossible to fix - IDE cuts out : very early in completion processing and my completion providers are simply not called.

scruel commented 2 years ago

May we can try to report it as a BUG? https://youtrack.jetbrains.com/

scruel commented 2 years ago

I have created an issue to track this, you can visit and comment more detail info: https://youtrack.jetbrains.com/issue/IDEA-285549

zielu commented 2 years ago

Investigate approach from GitCommitCompletionContributor

zielu commented 2 years ago

Done in x.8.5