Qt 6.11 is out! See what's new in the release
blog
QtCreator - Refactoring, adding member function definitions in .cpp file
Qt Creator and other tools
1
Posts
1
Posters
697
Views
1
Watching
-
I find this one of the most time-saving features of all in QtCreator, it is really fantastic!
Is there a way of customising how the definitions are created? I simply would like to add a few comment lines like this before each definition and the "TO DO" part within the body:
@//----------------------------------
void MyClass::someFunction()
{
// TO DO...
}@Is that possible?