I'm using the Resharper trial and VS2008. Is it possible to extract all classes from one file into a separate file? I'm able to do this using Resharper but it only seems to work for individual classes. This is to be used on a file that was auto-generated that is 65,000 lines long.
+3
A:
If you're using ReSharper 5, on the solution explorer, press Ctrl+Shift+R to invoke the Refactor menu (or alternatively right-click and locate it) and select "Move Types into Matching Files"
Hadi Hariri
2010-07-29 21:34:37
Ah, I see what I did wrong. I was trying to get the refactor menu to show me that option while I was in the file.
Mike
2010-07-30 00:18:28