spadgos / sublime-jsdocs

Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: WordPress configuration

MickeyKay opened this issue · comments

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!

What's missing? It seems not that different?

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.