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 and Refactor! 3.0.5 which both only seem to work with C#.
+1 for *Visual Assist X*
mosg
2010-05-14 12:44:29
A:
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.
Pete Kirkham
2010-05-14 13:43:17