how do i add the super call in the override method template?
hi all:
i love the code template in appcode very much while im writting c++
i can get where i need to modify the template, but i dont know what i should fill in with?
i want to generate codes like these (code in red below):
class SuperClass{
void init();
}
child class cpp:
void ChildClass::init(){
SuperClass::init();
}
any hints would be appreciated
regards
sylar
Please sign in to leave a comment.
Lin, it's currently supported only for Objective C. I've created the request for C++ - http://youtrack.jetbrains.com/issue/OC-6820