sublime-jsdocs
                                
                                
                                
                                    sublime-jsdocs copied to clipboard
                            
                            
                            
                        Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++
Managing a lot of Shell scripts these days to setup networks. I'd love to have the Comment Decoration feature, that I use all the time in JS, in Shell Scripts....
Any way that jsdocs can detect when i added a new parameter to a function and auto add it to the doc block?
The decorate things is really great with inline comment. But can you make something with block comment like : ``` /**********************\ * Bla bla * \**********************/ ``` It is prettier...
When I try to install DocBlockr using the Install Package command it no longer shows up in the list of available packages? Is it dead, or somehow broken?
This is Sublime 3 3095. If you press enter after the block comment the indentation is lost and the cursor is at the start of the line. This behaviour started...
Hi there, Is there a configuration option for creating the template docs without the leading asterisk? I couldn’t seem to find one.. For example: ``` js function method(arg1, arg2) {}...
Hi developers, I'm wondering if it's possible to add new features like OCaml and Standard ML support. I know these 2 languages are quite minority, but I use them everyday......
Functions in lua are similar to the design of functions in javascript but line commets starts with "--" or block comments "--[[.. ]]". It would be great to have same...
Is it difficult to add Ruby support to DocBlockr?