PHPCS and PHPMD does not showed on "Inspection Toolbox"
I successfully installed the PHPCS and PHPMD inspection in my PHPStorm IDE over the remote PHP Interpreter installed in a Docker Container.
This is working very well. When I move the mouse over the line with PHPCS or PHPMD warning I can see the warning correctly like the image below:

But when I run "Code -> Inspect Code" the inspections from PHPCS and PHPMD does not appear there.
How can I enable this?
请先登录再写评论。
Hello,
If you enabled inspections in Settings\Preferences | Editor | Inspections | PHP, they should be available at Inspection results under PHP section:
Can you see it there?
I did it before send this post.
Is this a bug when am using the Remote Interpreter? The PHPCS and PHPMD are inside the Remote Interpreter based on Docker.
Which version do you run?
It seems to be this bug: https://youtrack.jetbrains.com/issue/WI-34273
Yeah, I believe that :( . In my case the PHPCS and PHPMD works but does not show at "Inspection Window"
Please don't be upset, it's being investigated in the highest priority.