I usually begin to write my classes and factoring some of them out, creating stubs,etc, all in the same file.
Later I need to sort all that stuff and I begin to use the Move... refactor of Rsharper
Would be really great to have an option to extract all the classes to independent files with the rigth name =) something like Move All Classes..