Does Rename act on all projects w/in a solution?
Does the Rename Symbol refactoring look for references in all projects in the current solution or does it just look within the current project?
Thanks,
Andrew
(potential customer)
Please sign in to leave a comment.
Hello Andrew,
ReSharper Rename refactoring searches for references in all C# projects in
the current solution.
Thanks,
Andrey Simanovsky
Hello Andrew,
do you experience any problems with some references not updated after renaming
a symbol? I yes,
most likely those problems are caused by usage of output assembly references
in place of project references -
it is a known issue that will be addressed soon. See the thread 'Go to declaration
goes to Object Browser...' started by Ariel
for details.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I've realized that it is unclear what version of ReSharper do you mean.
I meant EAP builds 20x, but the newsgroup jetbrains.resharper.eap is a better
place for discussing them.
>> Does the Rename Symbol refactoring look for references in all
>> projects in the current solution or does it just look within the
>> current project?
>>
>> Thanks,
>> Andrew
>> (potential customer)