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?

1
Avatar
Permanently deleted user

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?

0

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.

 

0

Yeah, I believe that :( . In my case the PHPCS and PHPMD works but does not show at "Inspection Window"

0

Please don't be upset, it's being investigated in the highest priority.

0

请先登录再写评论。