Hi all, I am new to PhpStorm and I want to ask you if it is possibile connect to Docker DevEnvironment as like with VS Code. Thanks for your help. Regards, Marco.
I have read a little bit about Dev Environments in Docker but honestly, not sure how exactly it should be supported in IDE. Do you have any vision on how should it look like?
Mine is just an idea, but I think it might be interesting for developers to have the option of creating separate, individual development environments for each project, as VS Code does with the Docker Dev environment. This way, a developer can install a specific tool and version and set up a specific configuration for each project without compromising the other projects.
Hi Marco,
There is no specific support for Dev Environments at least as I am aware.
But I was wondering if you are already aware and using the Docker/Docker Compose support in PhpStorm. Just in case:
https://www.jetbrains.com/help/phpstorm/configuring-remote-interpreters.html
https://www.jetbrains.com/help/phpstorm/docker.html
Hi Vasiliy, thanks for the reply.
It is a real shame that PhpStorm doesn't support the Dev Environment functionality of Docker. I hope in the future JetBrains will integrate it.
I have read a little bit about Dev Environments in Docker but honestly, not sure how exactly it should be supported in IDE.
Do you have any vision on how should it look like?
Actually, I may gently suggest submitting a corresponding feature request to raise the discussion:
https://youtrack.jetbrains.com/newIssue
Thank you again for your reply.
Mine is just an idea, but I think it might be interesting for developers to have the option of creating separate, individual development environments for each project, as VS Code does with the Docker Dev environment.
This way, a developer can install a specific tool and version and set up a specific configuration for each project without compromising the other projects.