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

Disabling param descriptions, but leaving param names to use its default (supposed to be enabled) causes new blocks to exclude both descriptions and param names. ```json { "jsdocs_param_description": false, }...

Would be a good feature to refresh/update doc block when changing the argument name for functions. In Sublime Text the CTRL + D shortcut is very useful for this if...

Any plan to support autocompleting multi line comments in `.styl` files? If not, how could I add this feature?

With the cursor at the end of this line: ``` //comment ``` pressing `ctrl+enter` results in this: ``` //////////// //comment // //////////// ``` After extracting it with [PackageResourceViewer](https://sublime.wbond.net/packages/PackageResourceViewer), this is...

Currently parameters are listed like the following: ```` /** * Function description. * @param {Type} paramName Description */ ```` However, my company uses the following format: ```` /** * Function...

I want to know what variables are there to be substituted like date if put in extra tags. I want to add module name some others tags. Can anyone clarify?

Scala declarations can include type information for both parameters and return values. It'd be great if `DocBlockr` could parse them. Some examples: ``` scala def add(a: Int, b: Int): Int...

Language request

For some reason the plugin doesn't add description in the comments. Here is the generated comment and the code. ``` /** * @param {string} * @param {object} * @param {boolean}...

My configuration is as follow : - OS: Linux (Kubuntu 12.10) - ST3 Build 3047 - Latest version of DocBlockr from [Package Control](https://sublime.wbond.net/packages/DocBlockr) Now, when I write Javascript or PHP,...

The manual installation expects previously having package control installed, that could be done by a manual or non-manual installation of it at https://packagecontrol.io/installation. A reference for the steps could be...