How to get a list of files with errors in PhpStorm

BetaRide picture BetaRide · Oct 3, 2012 · Viewed 15.4k times · Source

In PhpStorm I get a read mark on the upper right side of the code window if there's a PHP bug in the file. That's great. What I like to have is a list of all files which have this read mark.

Any ideas?

Answer

CrazyCoder picture CrazyCoder · Oct 3, 2012

To get the list of all files with errors and warnings use Code | Inspect Code. It's possible to specify what inspection profile to use, which directories to scan. Custom Scope provides a flexible way to include/exclude certain directories or files from the inspection results.