spadgos / sublime-jsdocs

Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++
MIT License
3.11k stars 279 forks source link

Feature request: WordPress configuration #399

Open MickeyKay opened 8 years ago

MickeyKay commented 8 years ago

Hi there,

I would love to see a config file that accomplishes all of the WordPress formatting standards: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/

Thanks for an awesome package!

spadgos commented 8 years ago

What's missing? It seems not that different?

MickeyKay commented 8 years ago

For example, a property inside a class should have the following comment format:

/**
 * Summary.
 *
 * @since x.x.x
 * @access (private, protected, or public)
 * @var type $var Description.
 */

Currently, DocBlocker only does the @var.