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)
views:
762answers:
1
+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
2008-10-06 18:35:10
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
2008-10-06 18:57:51
ReSharper is way cleaner - doesn't add tons of colourful garbage to my source code.
Dmitri Nesteruk
2008-12-03 09:38:17
@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
2010-02-14 02:36:23