good extension for standardize coding in php storm
hello, could you introduce me some cool extension for standardize and cooling the coding in PHP Storm ?
for example rearrange the codes , typo correcting and etc.
Intellisense tools are built into PHPStorm already, but you can also run a static analysis tool like Larastan will go some way towards identifying issues with your code.