phpcsmd icon indicating copy to clipboard operation
phpcsmd copied to clipboard

Netbeans plugin to report code measurements generated by phpcs, phpmd, phpcpd and pdepend as Tasks and Annotations

Results 11 phpcsmd issues
Sort by recently updated
recently updated
newest added

How to install PHPCSMD in Netbeans 8.2. Currently, this plugin is not available on the netbeans.org website? I want to enable the pdpcsmd options in my options menu like the...

This has been working great, but need a feature where it can follow custom ruleset files like if they exits `phpcs.xml, phpcs.xml.dist, phpcs.ruleset.xml and ruleset.xml` eg: ```xml WordPress and VIP...

It is possible to get a version of the plugin available for 8.1? I only install the PHP elements of netbeans so can't install the plugin from source.

A scan does not appear to do anything, and there are a bunch of errors in the log: Netbeans settings, phpcsmd options: ![netbeansabout](https://cloud.githubusercontent.com/assets/119464/9531323/6b02320e-4cd3-11e5-8b53-d7fce6d5de4d.png) ![phpcsoptions](https://cloud.githubusercontent.com/assets/119464/9531290/363d7c18-4cd3-11e5-93f6-5b43e1e823c1.png) Resulting scan window: ![emptyscan](https://cloud.githubusercontent.com/assets/119464/9531354/979bb146-4cd3-11e5-86e4-981ab2db9e58.png) This is...

I was just wondering if there was any possibility of adding an option to enable scanning/updating of the current file as you type, so that you don't have to keep...

Sorry if it's too much, but here my question. Is there any way to configure plugin for running other `phpcs`-compatible sniffer? For example. https://github.com/dsheiko/jscodesniffer has the same CLI syntax and...

All in the title, two methods for doing this: 1 - A path to the generated PMD report 2 - A command, when executed it return a PMD report on...

enhancement

Being a Drupal developer, this extension is really valuable for me to adhere to Drupal coding standards. I found some misbehaviors and I'd like to suggest some fixes. Menu action...

enhancement

The first file which was opened by Netbeans on startup is scanned but not annotated. The problem: ``` cookie.getLineSet().getLines().size() ``` is 0 until the file is fully loaded.

bug