Generates JSDoc,PHPDoc annotations for your functions.
A brackets extension to generate JS/PHPDocs for your functions.


Current amount: 1.04€
function cool(stuff)Ctrl-Alt-D (Win) or Ctrl-Shift-D (Mac) to start the documentation or /* + Enter
The extension will provide a function documentation:
Natural way: /** + Enter

With shortcut:

[[Description]] will be selected so you can start to type. To jump to the next [[tag]] you can use Tab or jump to the last with Shift-Tab. The indenting updates on a tab jump (live indenting).
You will get hints for the [[Type]] tag.
Have fun and stay tuned!
- It's possible to disable the autoindent functionality in the settings menu.
- @callback links will be visible as [[Type]] hints.
[[...]] to edit the tags.Easy way to add @link tags to your docs!
/ + Enter. You only need to type / in the line above the function declaration and use enter to start the documentation.@returns if the function returns a value[[Type]] is recognized if possible.