[Qt Creator] Disable suggestion at the end of statement
-
Just started to use Qt Creator recently, and there is one behavior that I am unable to change: I'm editing a .cpp/.h file, I reach the end of the statement, and I enter a
;
. At this point I would press the Enter key for a new line, however just before that the auto-suggestion list is displayed, and instead of a new line, the first suggestion is inserted.How could I disable this behavior?
I'm using up to date Neon distro with Qt Creator 9.0.1.
-