T O P I C R E V I E W |
jzq740176597 |
Posted - Dec 08 2011 : 8:44:03 PM 1-?-?Find referencs should be able to Find References of Symbol in the comment,as least can set the option. e.g Sometimes I need to use the IDE find symbols function to ensure I don't missing some. There's no doubt the comment reference sometimes is very important info for programer though it's not significant for compiler. 2-?-?Change signature,I really want it to behave like the Rename-?-?Let the user know You find what? which is it?which I will apply the change?And I can control which will remain unChanged. regards. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Dec 09 2011 : 11:22:15 AM For Find References, right click in the Find References Results window and turn on "Comment and string references" in the context menu, this should then do what you want:
http://www.wholetomato.com/products/features/findReferences.asp
Change Signature is only designed to update the function signature, on the declaration and the implementation. If Change Signature detects a change in number of parameters, then it will automatically trigger a Find References on this function, so you know which references to update.
I am confused, what do you want to control? Change Signature should only change a maximum of two things, the declaration and the implementation, and it seems safe to say that you always want both of these changed.
http://www.wholetomato.com/products/features/changeSignature.asp |
|
|