Zed, a collaborative code editor, is now open source
21–30 of 642 posts
Re: Zed, a collaborative code editor, is now open source
#22How many people find real time sharing helpful? I've never found it to be beneficial. I'm curious.
Though you'll have to sign the CLA first :)
Re: Zed, a collaborative code editor, is now open source
#23How many people find real time sharing helpful? I've never found it to be beneficial. I'm curious.
I've never really used real-time sharing (tried VS Code's Live mode and other apps) for longer than just 1-2 attempts, but at Zed things are different somehow. Everybody is constantly available in a channel and people just hop in or out. In the last 7 days I spent 3-5hrs every day pairing with others, using Zed's live mode. No video, only audio and sharing code in Zed (no video was weird at first, but now I think I'm starting to get used to it?)
IMHO it's a combination of culture and technology, but when the mix of that is right it really feels game-changing.
Re: Zed, a collaborative code editor, is now open source
#24Re: Zed, a collaborative code editor, is now open source
#25Re: Zed, a collaborative code editor, is now open source
#26Zed developers, if you read this, please get inspired by Cursors "Fix it" button that you can click on any error. It simply starts a new chat with the code context and error message, suggesting possible fixes. I'm currently learning Rust and this is such a powerup that I honestly wouldn't know how to learn anything without.
If people want this just let it be a plugin.
Re: Zed, a collaborative code editor, is now open source
#27How many people find real time sharing helpful? I've never found it to be beneficial. I'm curious.
Realistically though it doesn't replace every instance of screen sharing, for me. It's also cultural to some extent I guess. For things like debugging or being intro'd to a new codebase, I think it's great, though.
Re: Zed, a collaborative code editor, is now open source
#28Re: Zed, a collaborative code editor, is now open source
#29Re: Zed, a collaborative code editor, is now open source
#30Lapce is another text editor written in Rust but it does not support native IME yet.