sublime-jsdocs
                                
                                
                                
                                    sublime-jsdocs copied to clipboard
                            
                            
                            
                        PHP - Auto @author tag in class docblock
This feature would be awesome.
Second this! Or in general, being able to set the default tags to add in the docblock depending on if you're commenting a class,function, variable, etc.
I just made a pull request that addresses this. And @package tags.
It's issue #196
Hello i just add this lines to the jsdocs.py around line 86
author = self.view.settings().get('author') if (author): out.append('@author %s %s' % (author, datetime.date.today().strftime("%B %d, %Y")))
will be nice if is included. Thanks
Hi,
Any news from this feature ?
It would be great to be able to prefill @author tag with given configurable value.
I've added this feature in [DoxyDoxygen](evolution branch)... Probably easy to implements in DocBlockr (based on env vars in my implementation)... You can also switch to this plugin (comment update & type filled using body inspection are really powerful enhancement over DocBlockr)
Hi @20Tauri -- I'm really glad that you are also passionate about getting people writing more documentation in their code, and I welcome anyone making great tools for developers, but could you please stop advertising your plugin all over this repository? It is not a very friendly way to participate here.
Thanks.