When writing C++ code, I often start by writing full \'implementation\' code in my header files, then later need to refactor the implementation into a .cpp file.
Th
You may be also interested in Eclipse's function "Refactor/Toggle function". It not always work properly however.