Hi,
Searched the forum, but did not find the following suggestion for refactoring tool. Several times I create new methods just by using them first and implementing secondly, e.g.,
bool result = my_object.MyNewMethod(vector<int> my_vec);
Would be nice to be able just to choose "Implement" method from refactoring menu and have both declaration and empty definition done automatically. Now, I manually have to write proper declaration/definition and then choose "Create implementation/declaration" accordingly. Are there any plans related to such feature?
Thanks,
P.S.
BTW., VAX is really an awesome tool!!!