Can't find the Inspection Tool Window
Hi, in this page it seems there's a certain menu option to bring the `Inspection Results Tool Window` up: https://www.jetbrains.com/help/phpstorm/inspection-results-tool-window.html
Instead, I don't see this in my menu:
PHPStorm version:
Question:
Am I doing anything wrong? How can I show the `Inspection Results Tool Window`?
Thnx
Please sign in to leave a comment.
Hi there,
>Am I doing anything wrong? How can I show the `Inspection Results Tool Window`?
That tool window displays inspection results. Since you have not run any inspections yet ... there is nothing to show.
So yes -- use "Code | Inspect Code..." or alike to get such tool window.
https://www.jetbrains.com/help/phpstorm/running-inspections.html
Oh, I see. It worked! Effectively I never thought I had to run it "manually" as the highlights really were found without any "manual code inspection invocation". It was all automagically done.
Invoking the inpection effectively brings up the tool window.
Thanks!