The highlight level in phpstorm, how to make it the syntax level by default?

every time I open it, it defaults to the check level, and for many prompts, I have to manually return to the syntax level.

is there any way to make it at the syntax level by default?

Mar.20,2021

click Configure inspections to go in, expand PHP, and prompt whatever you want.

personal advice not to lower, to ensure the quality of the code, what English spelling, too many parameters, unknown methods, unused variables, non-standard PHPDoc, etc., the company does not require that you do not pay attention to it, whisper BB is good when others read it.

Look for


in


setting. It's too tiring to set up one page at a time

.
Menu