sublime-jsdocs
                                
                                
                                
                                    sublime-jsdocs copied to clipboard
                            
                            
                            
                        Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++
when i use Ctrl+Enter sublime.log_commands show me: ``` command: jsdocs_decorate Traceback (most recent call last): File "/opt/sublime_text/sublime_plugin.py", line 556, in run_ return self.run(edit) File "jsdocs in /home/MY_USER/.config/sublime-text-3/Installed Packages/DocBlockr.sublime-package", line 1346,...
Why does it only generate this much ? https://gyazo.com/5007e20ac695156a721e738dd2d900cb
Trailing commas in a destructured object parameter result in an extra `@param` tag being added. ## Expected Behavior ``` foo({ bar, }) { // stuff } ``` becomes: ``` /**...
Its not catching my previously declared SASS variables
For a quick fix for overriding the files in the package, see this: http://docs.sublimetext.info/en/latest/extensibility/packages.html#overriding-packages
First of all: nice plugin! I noticed it today when trying to add a documentation to a function in **C** which goes: ```void foreach_data_node_callback(struct data_node **head, void (*callback_function)(struct data_node *))...
- add .tsx to Typescript source language - add support for arrow functions for Typescript - add support for variables with return types - add support for Union Types for...
I think there's a typo at line 67 in s.sublime-completions: { "trigger" : "@sumodule", "contents": "@submodule ${1:[submodule]}"}
follow my example file. ```php
I encourage this plugin, but it doesn't attempt several major features of C++: * Doesn't bother with template parameters at all? * Doesn't bother with classes at all?