Search code examples
reactjsdockerintellij-ideawebstorm

How to connect IntelliJ IDEA / WebStorm with Docker Desktop


I'm using Docker for Desktop on Mac for my React app and WebStorm.

The containers are running and I've added it in WebStorm Preferences/Build/Docker as you can see on the photo.

enter image description here

Everything works fine, but the problem is that WebStorm autocomplete and auto import do not work. And also all imports are shown as warnings (Module not found)

enter image description here

Any idea how to solve it?


Solution

  • Do you have node_modules installed remotely, in a container? This setup is not currently supported, please follow WEB-55591 for updates to get notified on any progress with this feature