Zed, a collaborative code editor, is now open source
1–10 of 642 posts
Re: Zed, a collaborative code editor, is now open source
#2Exciting stuff! Have enjoyed using Zed so far although I haven't been able to fully switch over.
Re: Zed, a collaborative code editor, is now open source
#3I hope this leads to Zed being ported to other platforms (Linux, please!)
Re: Zed, a collaborative code editor, is now open source
#4Also take a look at their freshly open-sourced Rust UI Framework (GPUI): https://www.gpui.rs
Re: Zed, a collaborative code editor, is now open source
#5How many people find real time sharing helpful? I've never found it to be beneficial. I'm curious.
Re: Zed, a collaborative code editor, is now open source
#6Tangent: I wish we could standardize real-time code sharing the same way we have with LSPs. It is sad that if you want to pair-program, both have to be using the same editor. It really makes more sense to have one standard format so that one person can use VSCode and another can use Vim or Zed. If you want to make it standard practice you have to enforce everyone to use the same editor, which sucks.
Already at work some people have complained that I don't use VSCode for code-sharing.
Re: Zed, a collaborative code editor, is now open source
#7Here is a direct link to the repo: https://github.com/zed-industries/zed
Re: Zed, a collaborative code editor, is now open source
#8[flagged]
Re: Zed, a collaborative code editor, is now open source
#9[flagged]
Re: Zed, a collaborative code editor, is now open source
#10This is so nice! Congrats to the team for the achievement!
To commemorate, I am running `brew install --cask zed` right now! :^)