phpDocumentor Plugin For Sublime Text 2

This is a plugin for Sublime Text 2 which enables the user to right click on files/folders and generate documentation for PHP files using phpDocumentor.

phpDocumentor Plugin for Sublime Text 2

Once you have right clicked on a file or folder and selected "phpDocumentor" > "Generate documentation..." you will get the output as shown below:

phpDocumentor Plugin for Sublime Text 2

Configuration

You can also configure where the documentation should be generated, be it a relative or absolute path. Select from the following menu

phpDocumentor Plugin for Sublime Text 2

You can then update the configuration accordingly

phpDocumentor Plugin for Sublime Text 2

Installation

You can install this in one of two ways:

  1. Package Control (Recommended)
  2. Git - Simply checkout the git repo into "~/Library/Application Support/Sublime Text 2/Packages/phpDocumentor" or the equivalent folder on Windows or Linux.

Changelog

To track the changes more frequently, you can review the Changelog here