PHPCheckstyle Code
Brought to you by:
hkodungallur,
tchule
= Using PHPCheckstyle with NetBeans = Use the [https://sourceforge.net/projects/phpmdnb/ phpMD / PHP CodeSniffer Netbeans Plugin] (see https://sourceforge.net/projects/phpmdnb/). == Install the Plugin == Use NetBeans plugin manager to install the plugin. == Configure the plugin == * The "php cli file" should be already detected, if not set the path to your php installation file. * Set the "PHPCheckstyle run file" value to the "run.php" file in your PHPCheckstyle installation directory. * Set the "config" valeu to the name of the configuration file used. http://phpcheckstyle.googlecode.com/svn/wiki/netbeans_plugin_config.PNG You should them be able to use the "check style" contextual menu on any PHP file.