For anyone using phpDocs format to document their php Project this script file should be very useful.
The script generates the docBlock code depending on the currently selected line.
<?php: creates file-level block.
class/var: creates an empty block for comments.
function: automatically adds the listed parameters.
existing comments: Asks for new phpDocs tag name
The lastest version of the code can be found at
phpDocs UltraEdit Script
The script generates the docBlock code depending on the currently selected line.
<?php: creates file-level block.
class/var: creates an empty block for comments.
function: automatically adds the listed parameters.
existing comments: Asks for new phpDocs tag name
The lastest version of the code can be found at
phpDocs UltraEdit Script