netbeans-php-enhancements
netbeans-php-enhancements copied to clipboard
Make selecting custom coding standard possible
Currently the standards bundled with phpcs seem to be hardcoded into the plugin's code. We use our custom coding standard where I work, and we would benefit greatly from more flexible configuration options regarding what coding standard to use.
Phpcs can be configured to run a custom standard with the --standard=
- a text field should be displayed which could be used to enter a path-prefixed name to provide more flexibility
- additionally, if the plugin could scan phpcs's Standards directory for the standard names to display in the combo box, that would also be great
Also, thanks for your work, it is a very nice plugin :)
I'd like that too!
It would be a very useful feature. The standards in the combo box could be parsed from the outpuf of "phpcs -i".
I think it will be very useful feature
I also agree that this would be useful ! ! ! I can't change standard to my needs :(
Yup, that would be nice !
Yes, I also agree, it would be a nice feature.
Will you please tell me that how to do this thing in net beans 8.1 because that same thing has been done in terminal but not in net beans