If i change a method signature to only rename a parameter name, the comment-description is untouched. The parameter-name in the description should be also renamed, like it is done in the rename feature.
Ex.
// p_Foo: blabla void f( int p_Foo ) ;
-->
// p_Foo: blabla <-- not renamed, but should be "p_Bar" void f( int p_Bar ) ;
We are looking into doing this. We need to display the rename dialog if references in comments or strings are found, so that the user can confirm any updates before they are made: