I usually create my classes by creating and extracting them from my unit test code. All class files ends up in the same folder and namespace as my tests.
Then I move all files to their proper location, but now I have to move the classes, one by one, to their proper namespace.
I find it cumbersome, and it would be great to right-click a folder and select something like "Syncronise namespaces to folders".