IntelliJ Docker Remote Interpreter or SDK
Hello
I'm looking to write a Spark Scala app, and as a developer coming from the Python / Node world I was expecting IntelliJ to have some kind of Docker Remote interpreter similar to what is available in PyCharm and WebStorm? For example, in our Python projects, the entire environment, including the Python installation and modules are completely self contained within a Docker file. So even if Python is not installed on your local machine, PyCharm has the functionality to use the Python installation in the Docker file as it's code interpreter.
Is there no equivalent functionality for Java/Scala? I see lots of info on building artifacts and Jars into images, and then running the images, but nothing about actually pointing IntelliJ's code interpreter at the Docker image.
I hope I'm wrong!!
Thanks,
Eric
Please sign in to leave a comment.
No: https://youtrack.jetbrains.com/issue/IDEA-110822.
Thanks Serge,
It would be helpful if the IntelliJ documentation said this upfront, so people familiar with other JetBrains products don't waste time trying to figure it out.
- Eric
Documentation describes the features that are available, not the features that are missing.