c# - Fastest way to update namespaces with ReSharper? -
I'm refactoring and restructuring, and I have taken a bunch of files around.
I want to update each file, so according to its "new location" the name is "correct" with the name rehearser, I can go to each file and it shows me that the namespace is wrong , But this way I have to do each file at a time.
Any folder or a project to update namespace in all files?
Update: Should read this question with R # 5.0 and above Note that:
Reset -> Refactor -> Adjust Namespace ...
Comments
Post a Comment