sublime-jsdocs
                                
                                
                                
                                    sublime-jsdocs copied to clipboard
                            
                            
                            
                        Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++
``` ignored packages updated to: ["DocBlockr", "Vintage"] reloading settings Packages/User/Package Control.sublime-settings reloading settings Packages/User/Preferences.sublime-settings Package Control: Error downloading package. URL error [Errno -3] Temporary failure in name resolution downloading https://codeload.github.com/spadgos/sublime-jsdocs/zip/2.14.1....
PHP variable name is not being automatically generated, into the docblock, after type placeholder
I noticed a pretty glaring bug here, there is no varName after [type] when you create a docblock annotation. I am using SublimeText3 on OSX Yosemite ## Current Behavior ```...
Hi, when do you support the documentation for SassDoc? This scss documentation library is growing and I would like your plugin to support this. Ref: http://sassdoc.com/annotations/
I have an instance method like this ``` class C { m ( foo : any, bar : any){ //do things } } ``` what I get with the DocBlockr...
 Traceback (most recent call last): File "D:\Program Files\Sublime Text-3176\sublime_plugin.py", line 1072, in run_ return self.run(edit) File "D:\Program Files\Sublime Text-3176\Data\Installed Packages\DocBlockr.sublime-package\jsdocs.py", line 163, in run File "D:\Program Files\Sublime Text-3176\Data\Installed...
JavaScript ES6 classes have `constructor` which seems to get a `@return` this tag isn't needed on the constructor(): ```js class Foo { constructor() {} } ```
I have to describe about Japanese text input first. We need special way to type Japanese text using keyboard because there are too few keys available to enter thousands of...
I have change user setting in **Base File.sublime-settings** ``` { "jsdocs_extra_tags_go_after": true, "jsdocs_extra_tags":["@Author Author","@DateTime {{datetime}}"] } ``` but when i opened any .cpp file and type /**+Enter, it only shows:...
Support for Perl would be nice. POD, as those Perl folks refer to it. A little weird how they put it all at the end of the file, but what...