3 ms·
Intellij IDEA does that too, and the installer is a very big file. I suspect an entire headless IDE is installed in the remote host.
by shark1 2y ago
Intellij IDEA does that too, and the installer is a very big file. I suspect an entire headless IDE is installed in the remote host.
- Aaron2222 2y agoThat's how most of these remoting features work, by running the IDE backend on the remote host. I'm not sure if IntelliJ IDEA has an equivalent, but CLion has an option to just do the build and run/debug on the remote host without running the whole IDE on it.
- sakjur 2y agoJetbrains provide an option to use their lightweight remote development gateway[1] and not have the IDE installed on the local machine at all. [1] https://www.jetbrains.com/remote-development/gateway/ https://www.jetbrains.com/remote-development/gateway/
- TiredOfLife 2y agoGateway is just a launcher. It installs the ide both remote and local.