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

``` 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....

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...

![qq 20180723113958](https://user-images.githubusercontent.com/11498058/43056209-648cf4b6-8e6d-11e8-8fd3-076856c95200.jpg) 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...