Home United States USA — software JetBrains starts adding remote dev functionality on IDEs and introduces Fleet

JetBrains starts adding remote dev functionality on IDEs and introduces Fleet

114
0
SHARE

As well as separating its front and back ends to allow remote development, JetBrains has moved into the lightweight IDE space with Fleet.
JetBrains has begun separating the front and back ends of its IDEs to allow developers to have the interface on one machine, but have the source code, toolchain, and IDE backend on another. Using the new JetBrains Gateway IDE launcher, the connection to the remote machine is via SSH and currently only supports Linux physical and virtual machines as servers. “The JetBrains Client runs locally and provides the user interface for the IDE backend. It’s based on the IntelliJ Platform and feels just like a full IntelliJ-based IDE — it has the same editor, code completion, navigation, inspections, and refactoring tools as a local IDE, but all of the files are hosted remotely and all of the language processing is done on the remote server,” the company said in a blog post. “Remote development is a great way to make use of powerful cloud-based servers, create reproducible, clean development environments, and avoid the nightmare of losing a laptop full of important source code.

Continue reading...