Unable to use Mess Detector with docker-compose
Answered
Hi there,
I tried to add mess detector and codesniffer by remote interpreter from docker-compose and what I've got:

Is it a bug of feature, or planned to add docker support in the next releases? What alternative tool I can use to enable those plugins? Like vagrant or simple dockerfile?
I am using PhpStorm 2017.2.4 on mac os 10.13.
Thank you!
Please sign in to leave a comment.
Here's the issue to keep a track of it: https://youtrack.jetbrains.com/issue/WI-36122
> What alternative tool I can use to enable those plugins? Like vagrant or simple dockerfile?
You can add a new PHP interpreter of the simple Docker type and use it for Mess Detector.
https://youtrack.jetbrains.com/issue/WI-32253
Thanks! Will use Docker until issue will be resolved.