
PhpStorm: InlineError Plugin
Scott Keck-Warren • February 3, 2025
I love PhpStorm, but one of the things that really drives me nuts is the fact that I can type errors and it'll just put this little squiggly guy underneth the error but I don't know what that actually means without hovering my mouse over this I'm not going see what the problem is until I run my code.
What I really want is for that error message to be visible much, much, much faster.
This can be done using the InlineError Plugin for PhpStorm.
Then as I'm typing my code the errors will be displayed right on the line that has the problem.