How to generate doxygen-style comment stub? Permanently deleted user 创建于 2012年05月09日 04:36 I've looked around for a while but didn't get any hint. I need to auto-generate comment stub for classes, methods, ivars, is that possible?Thanks in advance.
You can use Preferences->Live Templates for this: assign snippets with abbrevs and use them in the editor with 'abbrev<tab>' or Command+J.
It would be cool though if AppCode be able to create full JavaDoc-like stubs with parameter declarations etc.
Please vote for http://youtrack.jetbrains.com/issue/OC-610
This would help, but where to get those marcos for coding template?
What macros do you mean?
The macros for templates, like $CONTEXT$, $END$, $VAR$, etc, I'm quite new for this. Where to get some reference? thx.