Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QtCreator snippets
-
Hi
I wanted to change the code snippet for 'if' statement generation,
In Options->TextEditor->Snippets I changed the definition of the if statement fromif ($condition$) { $$ }
to
if ($condition$) { $$ }
But when I code complete on an if statement the original form is used.
Is there anywhere else that I have to change something?
Thanks