Zed, a collaborative code editor, is now open source
211–220 of 642 posts
Re: Zed, a collaborative code editor, is now open source
#212> GPL for the editor, AGPL for server-side components). GPUI, the UI framework that powers Zed, will be distributed under the Apache 2 license, so that you can use it to build high-performance desktop applications and distribute them under any license you choose Interesting choice on licenses. —- I’m been super happy with Zed, my main requests (and I’ve sent in this feedback to them or contributed to existing GitHub…
Re: Zed, a collaborative code editor, is now open source
#213I'm generally a big fan of zed and have been using it for 60%ish of my dev time for 6 months or so. A couple of nice things to note: - It really is remarkably responsive,and makes one really notice how UNresponsive everything else is. I have reasonably fast machines, so we're not talking about the difference between 5ms typing lag and 500ms, but it's still pretty surprising. VSCode never felt slow on my macs until I…
Re: Zed, a collaborative code editor, is now open source
#214I hope this leads to Zed being ported to other platforms (Linux, please!)
Speaking of Linux, are there any other editors we can use today? I tried to look for one recently but couldn't find anything. (edit: I mean collaborative editors)
EDIT: It's apparently on Macports as of quite recently, though the port health for recent macOS releases looks bad.
Re: Zed, a collaborative code editor, is now open source
#215zed's great but they need to prioritise remote ssh like vscode. literally the main way most people do dev
Re: Zed, a collaborative code editor, is now open source
#216I looked at some random files, did not find a single comment, very strange.
Re: Zed, a collaborative code editor, is now open source
#217> Open input.rs at the end of line 21 in rust-lang/regex. Type z 10 times, measure how long it takes for each z to display since hitting the z key.
Could someone clarify what that means? My interpretation of that was to go to https://github.com/rust-lang/regex/blob/master/regex-cli/arg... and start typing 'z' at the end of line 21, but that doesn't seem to make any sense. I guess that repo got refactored and those instructions are out of date?
Re: Zed, a collaborative code editor, is now open source
#218Really nice and fast (which is the reason I’m still using Sublime instead of VS Code). I’ve only found one piece of functionality that’s dramatically slow compared to Sublime so far: selecting all of the current highlight. In my current file I have 2,396 occurrences of ` `. Selecting all of them in Sublime (with ctrl + cmd + g) is certainly less than 200ms. Doing the same in Zed (with cmd + shift + l) beachballs my m…
Re: Zed, a collaborative code editor, is now open source
#219Re: Zed, a collaborative code editor, is now open source
#220Earlier quoted context omitted.
As a senior engineer, it really helps when helping junior engineers. When I'm on a call and we're sharing screens it gets really annoying having to tell them "no, go up. Go up, all the way up, the button at the top. THE TOP"
This. The worst thing is that I get mad at them for not doing what I want them to, faster, when the tooling and my crooked explanations are at fault, not them. Not that I mention that out loud, but sometimes I feel ashamed for those feelings. Having real time collaboration that works so seamlessly as Zed apparently does would really get me to consider switching IDEs!