Error and warning overview?
Isn't there any window where I can see all errors, warnings and other hints? Like in Eclipse.
In my current case I just have removed some namespaces. Now I'd like to see where references don't work anymore. Do I have to stop through each file to see the problems?
The project window has a drop down box which is set to Project. If I switch it to Problems I see only the file jquery_1.7.2.min.js. Seems to have some problems. But where are my problems? Where do I get an overview?
Thanks,
Robert
Please sign in to leave a comment.
Hi Robert,
Code | Inspect Code
Code | Run Inspection by Name (in case you need to run specific inspection only)
Oh, yes. I didn't see this before.
One further question:
Is it also possible to exclude some certain file from the whole inspection?
Yes, using Scopes.

I see. Propable the best or maybe the only way.
I have to play with it. Amazing what is possible with PHPStorm. I love it! :x