NetBeans-WordPress-Coding-Standards
NetBeans-WordPress-Coding-Standards copied to clipboard
NetBeans Settings to following the WordPress Coding Standards.
How to use this for netbeans 11
I was wondering why I couldnt change single to double quotes automatically anymore and found that "Smart Quotes" was deactivated (SEE: https://github.com/zogot/NetBeans-WordPress-Coding-Standards/blob/master/config/Editors/text/x-php5/Preferences/org-netbeans-modules-editor-settings-CustomPreferences.xml#L43-L45) I think this should be `true`. It has...
Love this so far, but I've found that it adds spacing to array keys which it isn't supposed to do. http://make.wordpress.org/core/handbook/coding-standards/php/#space-usage This can be updated in the preferences, but I...