Setting up IntelliJ IDEA with DDEV #6530
-
For the first time, I want to set up IntelliJ IDEA with DDEV. Since phpStorm and IntelliJ IDEA are very similar, I followed this doc https://ddev.readthedocs.io/en/stable/users/install/phpstorm/ My system: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @madamadami - Jetbrains is still a bit confused about what docker-compose v2 is. You have the right path there it looks like to me. DDEV does not use any Docker Compose that you may have installed. It uses its own I opened an issue with them about this. But they think that using I should also mention that if you use the DDEV Integration Plugin, it does all these things for you, https://plugins.jetbrains.com/plugin/18813-ddev-integration |
Beta Was this translation helpful? Give feedback.
Hi @madamadami - Jetbrains is still a bit confused about what docker-compose v2 is. You have the right path there it looks like to me.
DDEV does not use any Docker Compose that you may have installed. It uses its own
docker-compose
, which you have set up correctly there.I opened an issue with them about this. But they think that using
docker-compose
means using compose v1, and they think that usingdocker compose
means compose v2, but it's just something they've been confused about for a few years.https://youtrack.jetbrains.com/issue/IJPL-68723/Misundertanding-Miscommunication-of-docker-compose-v2
I should also mention that if you use the DDEV Integration Plugin, it does all these thing…