views:

762

answers:

1

I'm doing some architectural cleanup that involves moving a bunch of classes into different projects and/or namespaces. Currently I'm moving the files by hand, building, and then manually adding using Foo statements as needed to resolve compilation errors. Anyone know of a smarter way of doing this? (We're a CodeRush and Refactor! shop, but I'd be interested to hear if Resharper has support for this)

+1  A: 

Resharper is the only tool I am aware of what has this ability. There is also a lot of other functionality that it has that is missing in CodeRush and Refactor!

Josh
For the most part I really like the DevExpress tools, but the ability to move files seems like such a simple feature that I'm surprised its missing. I've been meaning to test drive Resharper for awhile, maybe its time...
Seth Petry-Johnson
ReSharper is way cleaner - doesn't add tons of colourful garbage to my source code.
Dmitri Nesteruk
@dmitri - yeah, it does get noisy, especially when you run both, like me ;p You can turn of painting in options if that is what bothers you.
Sky Sanders