Automatic creation of method definitions from declarations
Is there a tool, macro or plugin that can generate a method or function body automatically from a declaration in a header file? I have tried Intellisense a开发者_C百科nd Refactor! 3.0.5 which both only seem to work with C#.
You could use Visual Assist. But it is a commercial tool.
If your header file format is regular enough (run it through a formatter), it should be two global search and replaces, then run it through the formatter.
精彩评论