svassr / PhpDoc

PhpDoc support package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeDoc is a Sublime Text 2 plugin to speedup writing documenting comments.

Currently, PhpDoc for PHP is supported, therefore CodeDoc is renamed to PhpDoc until support of other documentation types is added (if ever).

To use, just type in "/**" on the line right before class or function declaration, and then invoke auto-completion (with e.g. ctrl+space). This will get you a template for starters, with some values pre-filled on the fly (such as function arguments list). All common documenting keys are also available for manual input.

About

PhpDoc support package.