sublime-jsdocs
                                
                                
                                
                                    sublime-jsdocs copied to clipboard
                            
                            
                            
                        Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++
If you have the time and inclination, I would use your plugin if you added support for C#.
If I have a comment block like so: ``` /** * Use this function like so: * * * foo({ baz: "bat" }).then(function(){}); * * * @param {object=} options -...
Please, change @memberOf to @memberof - all lowercase. According to the usejsdoc.org. Can I do this myself somehow?
When I got a member-function, like ``` int func(int a, int b); ``` I get the following doxygen snippet: ``` /** * [func description] * @param a [description] * @param...
First of all, I want to thank all of you for this great plugin. It helps me everyday at work and since I installed it I can't life a day...
Hi, I would like to change the snippet templates that are generated. Since I use YUIDoc, I have to use `@property ` for every property, which I would like to...
I created a function, then added the comment block, but parameter names nor description appears what I got ``` /** * @param {[type]} * @param {[type]} * @param {[type]} *...
It doesn't matter if the context is a plain php file or a php class, neither if leading spaces are involved or not (see #406), if I invoke the command,...
version 2.14.1. jsdocs_notation_map work fine for function but not for variables. the issue #94 said "This was added in 2.9.0"
Something like `jsdoc_order_tags: ['@param', '@private','@fires','@return']`.