Refactoring c / c++ in vim (e.g. method extraction like in eclipse.)
- by bjarkef
Hi
Is there any plugins or built-in method in vim for performing refactoring on c or c++ code, something like the refactoring tools in eclipse?
I'm especially keen on the extract method refactoring tool from eclipse that will determine parameters from new method and typically also guess a variable to use as return value.