Qt Creator annoying Q_PROPERTY suggestion
Unsolved
Qt Creator and other tools
-
I often get the suggestion in the attached image. I write down some code, and when I end the line (a closed bracket, a semicolon, ...) this suggestion pops up, and get inserted when I press enter to go to the new line.
How do I disable these type of suggestions?
Qt Creator 9.0.1
-
@massimo-cristofolini This is called code completion, search in QtCreator settings for it (I don't remember where exactly it is and can't check right now).
-
@jsulm Thanks for the hint. I didn't ask the correct question, though...
The correct question: what do I have to disable in the code completion settings to avoid "end of entry" (closed bracket, semicolon, ...) suggestions?