PhpStorm (and WebStorm) comes with a bunch of code inspections pre
configured right out of the box. The code in your open editor windows is
continuously inspected for errors, which are reported in the right margin
of your editor window. In this episode I introduce a few concepts and the
basic usage of static code analysis in the IDE.
Also applies to: WebStorm
Key mappings
OSX:
- Next highlighted error: F2
- Previous highlighted error: Shift + F2
Win/Linux:
- Next highlighted error: F2
- Previous highlighted error: Shift + F2
Docs
Code Inspection (https://www.jetbrains.com/phpstorm/help/code-inspection.html?origin=old_help&search=inspection)
Questions/Comments/Suggestions
@PhpStormBriefs (https://twitter.com/phpstormbriefs)