Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Netbeans 中是否有任何插件用于检查 PSR2 违规并进行修复。
我尝试添加php-cs-fixer.phar。然后单击修复选项PHP CS Fixer。通过右键单击netbeansNetbeans > Options > php > frameworks and tools > PHP CS Fixer可以看到该选项。filename.php
php-cs-fixer.phar
Netbeans > Options > php > frameworks and tools > PHP CS Fixer
filename.php
此修复仅删除代码中的额外空格,但不修复驼峰式案例。
是否有任何其他选项可以修复psr-2。