In Microsoft Visual Studio 6.0, you could create several files at once by spacing them with double quotes in the "Add files to project" dialog:
"Class1.h" "Class1.cpp" "Class2.h" "Class2.cpp"
It seems they have removed that functionality since 2003. Now, for every file I want to create, I have to select the file type I want, then name it, then press OK, then reopen the dialog for the next file. This is breaking my flow when I'm thinking about all those classes I have to create.
Surely, there is a better, macro free, way. What is it?