You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: