T O P I C R E V I E W |
ahkow |
Posted - May 09 2014 : 11:00:34 AM Using VAX 10.8.2029.0 and VS 2012.
When renaming an argument of a method inside a cpp file, the method declaration in the header file is not renamed. On the other way around, when renaming an argument in the header declaration, the definition in the corresponding file is not renamed.
However if I rename by using "Change Signature", everything got renamed.
|
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - May 10 2014 : 8:48:33 PM Unfortunately this is currently a known limitation, but it is one we are looking to fix one day:
case=1140
When you do a Rename on the signature in the cpp file, this is a simple local rename. Invoking change signature has more overhead, which is something we are trying to correctly balance. |
|
|