Zed, a collaborative code editor, is now open source
81–90 of 642 posts
Re: Zed, a collaborative code editor, is now open source
#82Re: Zed, a collaborative code editor, is now open source
#83Is there a way to disable all "collaborative" features, including removing the "Sign in" button?
Re: Zed, a collaborative code editor, is now open source
#84I like it! FEATURE REQUEST :) Would it be possible to have option+click+drag create multiple cursors where you drag and not a selection with cursor at the end? Basically, the behaviour that Sublime Text has—Sublime Text's multiple cursors are, frankly, awesome. I have found shift+option+drag to create a rectangle, but no way to create vertical lines of cursors through lines of text, and my favourite—drag down to the…
Re: Zed, a collaborative code editor, is now open source
#85How many people find real time sharing helpful? I've never found it to be beneficial. I'm curious.
I only joined Zed, the company, a week ago, so take this with a grain of salt, but: 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,…
This sounds remarkably inefficient?
Re: Zed, a collaborative code editor, is now open source
#86I hope this leads to Zed being ported to other platforms (Linux, please!)
Hey! Engineer at Zed here. Linux port is on our roadmap. Hopefully we'll get it done this year!
Re: Zed, a collaborative code editor, is now open source
#87Re: Zed, a collaborative code editor, is now open source
#88I 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)
Re: Zed, a collaborative code editor, is now open source
#89I 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)
There's a whole list here: https://wiki.archlinux.org/title/List_of_applications/Docume...
Re: Zed, a collaborative code editor, is now open source
#90Also take a look at their freshly open-sourced Rust UI Framework (GPUI): https://www.gpui.rs
Worth noting that, like many immediate mode UIs, it seems to not integrate with OS accessibility infrastructure at all. That means any UI built with it will be a black box to anyone who needs accessibility tools like VoiceOver, text magnification, or semantic navigation. Hopefully that's fixable :/