Create Implementation may fail for example if I define a function in iXXX.h and want it to be implemented in XXX.cpp, or in more complex scenarios. What I'd like to see (and extend my support for another year for :-) ) is an (optional) possibility to keep the generated implementation in the clipboard to insert it where I see fit.
We didn't actually end up writing to the clipboard for this.
We did the following: - During Create Implementation, if VA can't decided what source file to use, the generated code is added to the header file where the method is declared.
- The generated code is selected at the end of the operation so you can cut it and put it where you want it.