spadgos / sublime-jsdocs

Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++
MIT License
3.11k stars 278 forks source link

Bulk DocBlock Generation for a file or folder #467

Open acharris22306 opened 5 years ago

acharris22306 commented 5 years ago

Is it possible to add support for parsing entire files or even folders and automatically inserting the DocBlock for all functions and classes? While it is obviously better to document as one writes code, some code bases do not have DocBlocks at all. Unfortunately these code bases include thousands of functions so manually using this plugin would take a great deal of time.

My idea would be to have something similar to This Project where multiple files can be parsed and automatically DocBlocked at once. The problem with the project listed above is that it only supports old versions of PHP (versions before 5.4 it looks like, which is very out of date).