views:

74

answers:

1

I have several interfaces and classes that i have in my business layer project and i want to move them into a brand new project. I am using Resharper 4.5.2. Is there any way I can do that easily and with no pain? I know about the move type functionality, but it seems like it will only do it within the same project.

Any help would be greatly appreciated

Thanks!

+3  A: 

You can just drag and drop the files in the solution window, then use Resharper to automatically add the references and fix any namespace issues.

I've done it - it's not as 1-operation as the move type operation, but it's still very fast.


FYI - Resharper 5.0 Beta 2 now supports this, directly, by right clicking on a file in the solution window, and choosing Refactor->Move.

Reed Copsey
When i do that, it simply copies the file from the one project to another. Is that what happens for you?
Dan Appleyard
@Dan Appleyard: Hold down "shift" as you drag, and it will move the file instead of copying it.
Reed Copsey
That worked great for me. Thanks!
Dan Appleyard

related questions