Hi!
I just switched to CodeBlocks from KDevelop and I have to say looks really great by now
But there is function I miss, don't know wheter I just didn't find it, or it isn't included.
In KDevelop I just select the declaration of a function, press F2 and then the member in the source file is auto-generated.
Pressing F2 when selected in the header:
void testFunc (char *test);
creates in the source file:
void testFunc (char *test)
{
}
So could you please tell me, whether I just didn't find this really useful function, or is it not supported by CodeBlocks.
If so it would make me very happy, if someone could add this feature