Is it possible to move a class to another project with the help of Visual Studio or Resharper (with or without a plugin)?
Would make TDD a tad easier.
Update
I use Resharper to create the class directly from the test method. The class is added in the same file as the test class. I can then ALT+Enter on the class to move it to a separate file. After that, I manually drag the file to the other project.
But I would like to have a way to move it to another project directly without having to drag it. Something like ALT+ENTER on the non-existent class and choose "Create in Project Y"
"Shift + Drag" in VS Solution Explorer allows you to move file(s). You can then use Resharper to fix the namespaces
With resharper: Right Click (on file in Solution Explorer) -> Refactor -> Move.
Edit by jgauffin:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With