The following tutorial column will introduce you to two productivity-enhancing plug-ins in PhpStorm. I hope it will be helpful to friends in need! Two plug-ins to improve productivity in PhpStorm
Php Inspections (EA Extended)A plug-in for code optimization and security tips
Main functions:
Architecture-related issues
Weak Type control and possible code construction simplification
Performance issues
Non-optimal, repeated and questionable "if" conditions
Verify the use of magic methods
Common expressions
Compatibility issues
Various time-consuming errors
PHPUnit API usage
Security issues
Prompt scene:
With the blessing of these two plug-ins, we can select automatically prompted codes up and down to choose stronger codes, and our productivity will be infinitely improved. , no need to write additional code.
The above is the detailed content of Don't miss these two efficient plug-ins in phpstorm!. For more information, please follow other related articles on the PHP Chinese website!