Zed, a collaborative code editor, is now open source
11–20 of 642 posts
Re: Zed, a collaborative code editor, is now open source
#12I'm currently learning Rust and this is such a powerup that I honestly wouldn't know how to learn anything without.
Re: Zed, a collaborative code editor, is now open source
#13[flagged]
Re: Zed, a collaborative code editor, is now open source
#14[flagged]
Re: Zed, a collaborative code editor, is now open source
#15I hope this leads to Zed being ported to other platforms (Linux, please!)
Re: Zed, a collaborative code editor, is now open source
#16Tangent: 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 s…
Re: Zed, a collaborative code editor, is now open source
#17How many people find real time sharing helpful? I've never found it to be beneficial. I'm curious.
I personally can't live without it, and am almost annoyed when folks aren't using VSCode/have no way of doing a live share. Screen share sucks.
Re: Zed, a collaborative code editor, is now open source
#18Also 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
#19Tangent: 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 s…
I'm not even a vim guy, but if JetBrains finally adds front-end support for Neovim, I might just become a de-facto VIM guy. Instead of emulating vim like they do, they could just literally support Neovim as a back-end. I'm still surprised nobody at JetBrains has put in effort into this.
Re: Zed, a collaborative code editor, is now open source
#20How many people find real time sharing helpful? I've never found it to be beneficial. I'm curious.