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

``` ``` When a function contains a declared parameter of `bool` and a default value set to `true` or `false`, it get incorrectly detected as `boolean` and thinks `bool` is...

``` ``` The return type above is specified as `bool`, but `[type]` is used in the auto-generated docblock. Expected result is: ``` ```

Just curious if this project is still being actively developed at all. I'm interested in forking an updating it but I was hoping to just update this project instead, if...

{ "jsdocs_extra_tags" : [ "@author author ", "@datetime {{datetime}}",//YYYY-MM-DD HH:mm:ss ], "jsdocs_extra_tags_go_after" : false, "jsdocs_function_description":true }

HI, "jsdocs_decorate" is a cool-looking feature, but please consider having it off by default. Chances are, users edit code more often than doing ASCII art with comments.

First off, thanks for the amazing package. I have a feature request to add a default position of the param name of the @param tag. The typical format is `@param...

Can't seem to do this myself locally anymore, as ST has changed the way packages are installed ... therefore I have to do it this way. According to the JSDocs...

Hi, i know nothing about sublime text plugin architecture, but i'll be happy to have an ability to use [codo](https://github.com/coffeedoc/codo) with this plugin. There are minimal (but may be not...

https://github.com/spadgos/sublime-jsdocs/issues/336 I created syntax definitions for DocBlockr. This is very basic, but it's a start. From here on you can use this as a template to add syntax definitions for...