Code editor Zed launches SSH-enabled remote development for seamless project collaboration

Code editor Zed launches SSH-enabled remote development for seamless project collaboration

Zed, a rapidly growing code editor, has introduced a new feature allowing users to open projects on any machine accessible via SSH. This remote development setup involves two computers: your local machine, which runs the Zed UI, and a remote server hosting a Zed headless server. Communication between these systems occurs over SSH, necessitating SSH access from your local machine to the remote server.

On the local machine, Zed manages its UI, interacts with language models, employs Tree-sitter for code parsing and syntax highlighting, and stores unsaved changes and recent projects. Meanwhile, the source code, language servers, tasks, and terminal operations are handled on the remote server, leveraging cloud hardware capabilities. The local UI offers 120 frames per second for optimal graphics performance.

For ease of use, users can initiate one-off projects with the command zed ssh://my-host/~/code/zed, and longer-term connections can be configured as needed. This setup ensures seamless collaboration, making it indistinguishable to colleagues whether a project resides on your laptop or a remote SSH-accessible machine.

by Paul

wei-ling-tan214
wei-ling-tan214 found this interesting
  • ...

Zed Editor is a high-performance, multi-user code editor designed for productivity. Developed by the creators of Atom, Electron, and Tree-sitter, it offers features like built-in Vim mode with key-binding tooltips and language-aware syntax highlighting. Known for its lightweight design and optimal performance, Zed stands as a robust alternative to Notepad++, Visual Studio Code, and VSCodium.

No comments so far, maybe you want to be first?
Gu