ahkow
Senior Member
33 Posts |
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.
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|