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

Feature Request Could support for Clojure or ClojureScript be added to the package?

Language request

The following appear to be unrecognised in C++, giving an empty /*\* */ block SomeClass::SomeClass(SomeType someVar) SomeClass::~SomeClass() someType SomeClass::SomeInnerClass::someMethod(SomeType someVar)

Hi there. I tried playing around and add PowerShell to the supported languages, but I ended up failed (with my limited python knowledge). Would it be able to add PowerShell...

Setting `{"jsdocs_extra_tags_go_after": false}` does not effect any tags specified in `jsdocs_notation_map`. For example adding ``` javascript jsdocs_notation_map: [ { "prefix": "_", "tags": ["@access {private}"] } ] ``` outputs the following:...

I bind the tab to other oporation,how can i change the default tab behavior?

Hi, Can there be a different setting/options available for comment coffeescript for eg single # . This would be helpful for codo style documentation. thanks

Feature request

Looking at the format of JSDoc 3 here: http://usejsdoc.org/about-getting-started.html ``` /** * Represents a book. * @constructor * @param {string} title - The title of the book. * @param {string}...

I'd love to configure whether or not to have a return tag at all.

The first param gets the contents of the whole function: ``` JS var x = { /** * [* description] * @param {[type]} aWindow) { if (!aWindow) { throw new...

``` php /** public function oneLineMethod () { return false; } ``` When trying to generate a docblock for a method that returns on the same line ST3 does not...