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?
|
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? |
|||
|
To get the list of all files with errors and warnings use |
|||
|
|
Code | Inspect Code-- in results window you will have an option to export results as text file, which will include file names. You will be able to see file names directly in that window when choosing correct grouping options (there are plenty of buttons there -- check tooltips for them or help page for that window). – LazyOne Oct 3 '12 at 12:35