How to disable code completion only in "Commit Changes" window?

Answered

Code completion replaces my message as I write it with task names and git branch names which is annoying.
Can I disable it without disabling code completion in Java source code?

1
4 comments

Seems you are using some plugins that do that (e.g GitToolBox), as there is not git branch completion there by default, so just disable corresponding plugins.

0
Avatar
Permanently deleted user

Thanks! I found the setting "Commit dialog completion" in Other Settings -> Git ToolBox Project

Disabling it resolved my code completion problem.

2
Avatar
Permanently deleted user

I don't have this plugin, and don't have this option in my settngs, but the file names are still auto-completed in commit dialog, it is very annoying 😕 What else can I do to disable it?

0

@...

There is builtin completion for File names and classes. It is, in fact, the same completion that is used for code, so it is only possible to disable its auto-popping together with the code auto-poping. See/vote for https://youtrack.jetbrains.com/issue/IDEA-229496

0

Please sign in to leave a comment.