After doing a "Move Implementation to Source File" it would sometime be very handy to move back the implementation again. This would make it easier in-case I need to move methods between classes, and similar kinds of refactoring.
It would also be great if the Move Implementation to Source File worked with template classes as well. It kind of does. But the methods extracted from a template class should be put further down in the header file instead of into a source file.