Hi,
I've got a problem with the "move implementation to source" refactoring. If I do that on "foo" in:
class C {
int foo(
int bar; ///< some parameter
)
{
return 1;
}
};
I end up with
int C::foo( int bar; ///< some parameter ) )
{
return 1;
}
(Note the double parantheses) and I have to remove the comment manually.
VA should omit the comment altogether, methinks.
This is a nuisance, since this is the standardized style of commenting here.
Besides, we all just love the refactoring methods here!
Best regards,
MCM
PS.: Using VA_X.dll file version 10.3.1534.0 built 2006.09.02
VAOpsWin.dll version 1.3.3.6
VATE.dll version 1.0.5.8
DevEnv.exe version 7.10.6030.0
msenv.dll version 7.10.6030.0
Comctl32.dll version 5.82.2900.2180