How to disable code completion only in "Commit Changes" window?
已回答
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?
请先登录再写评论。
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.
Thanks! I found the setting "Commit dialog completion" in Other Settings -> Git ToolBox Project
Disabling it resolved my code completion problem.
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?
@...
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