sublime-jsdocs icon indicating copy to clipboard operation
sublime-jsdocs copied to clipboard

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

Results 100 sublime-jsdocs issues
Sort by recently updated
recently updated
newest added

I search the web and there is no any good way for commenting on PHPUnit asserts, I have a suggestion for commenting on them and I think it can help...

Since I hope you don't have twenty-four personality it will be very useful to have an option for auto-completing @author tag with your name.

I have the following configuration ``` js "jsdocs_notation_map": [ { "regex": "_$", "tags": ["@private"] }, { "prefix": "$", "type": "Element" } ] ``` It works fine for functions, but it...

When I create a docblock on a generator function, the description tag is aligned with the parameters above it and not other descriptions. Actual output: ``` js /** * [*foo...

Adding a doc comment for a signature such as `static void bar(int a, float b)` produces just: ``` /** * @param * @param */ ``` Is C/C++ syntax not more...

This feature would be awesome.

Feature request

Using sphinx syntax. It really is the same as JS, instead of triggering with `/**` you trigger with `"""` and use slightly different template for params.

Here is a sample DocBlock generated by DocBlockr: ``` php /** * Test function * @param string $title This is a description. * @param int $id This is a description....

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!