Is there any Visual Studio add-on (or windows/unix stand-alone program) that creates stub implementations in the cpp file for the functions (including class member functions) that are defined in the header file?
Is there any Visual Studio add-on (or windows/unix stand-alone program) that creates stub implementations
Share
I have the same problem before and now I am using trial version of Visual Assist X. The task mentioned can be done by right clicking on the method name -> Refactor -> Create Implementation and then Refactor -> Move Implementation to CPP file.
I am no Visual Assist X’s affiliate or what, but this really increases my coding speed with Visual C++ dramatically.