PhpDoc Comment Generation

VS.Php allows you to create PhpDoc skeleton comments based on class, method or function definition. The editor uses the information in the code to prefill the PhpDoc comment. To use this feature you can do it one of two ways. First you can right click on the function, class or method and select: Insert Comment. The second option is by typing /** in the line above the function, class or method.
One the comment is inserted, you use the Visual Studio snippet editor to navigate through the PhpDoc comment fields. As an added usability feature, when editing fields that reference data types, VS.Php will pop up a list of all the known data types in the file.
To learn more about this feature, please check out this tutorial:
http://www.jcxsoftware.com/jcx/vsphp/tutorials/phpdoc_comment_generation

