vralfy / phpcsmd

Netbeans plugin to report code measurements generated by phpcs, phpmd, phpcpd and pdepend as Tasks and Annotations
27 stars 6 forks source link

Toggle phpcsmd annotations #29

Closed marcovtwout closed 11 years ago

marcovtwout commented 11 years ago

Is there a way to toggle (only) the annotations that phpcsmd makes in the source code?

vralfy commented 11 years ago

What exactly are you looking for? Right now you can only activate and deactivate scans in general or project settings.

marcovtwout commented 11 years ago

Depending on the type of work, I would like to easily switch off the annotations. For example, when debugging code (which may or may not adhere to the current active standards) I don't want to be distracted by phpcsmd violations.

vralfy commented 11 years ago

This should be no problem (i think, i hope)