Earlier quoted context omitted.
Probably it helps that Sublime doesn't come with an AI agentic features, LSP, and a whole video-conferncing and screen-sharing client by default.
> and a whole video-conferncing and screen-sharing client by default Haha wait what? Are you confusing Zed (the text editor) with something else? Surely it doesn't ship with video conferencing???
Zed is now available on Windows
331–340 of 386 posts
Re: Zed is now available on Windows
#332Re: Zed is now available on Windows
#333I absolutely love the idea of Zed, and I'm regularly giving it a go. Typing in Zed really feels better than VSCode. It's hard to describe, but impossible to discard once you've used it for a short while. Unfortunately, there's a bunch of small things still holding me back. Proper file drag & drop for one, the ability to listen to audio files inside the editor, and even a bunch of extensions, in particular one that sh…
I have to ask because I just can't wrap my head around it, what does 'ability to listen to audio files inside the editor' mean for a text editor?
Yes ofc I can use Finder instead but in vscode I just cmd+p.
Re: Zed is now available on Windows
#334I want to try Zed, but it’s not going to happen until they remove the nonconsensual download of unattested third party code.
What do you mean by that? The extensions? Do you want them to maintain that themselves? Either you have a community that happily maintains extensions or you have an "official" extension manager that rolls out an update every next year
> or you have an "official" extension manager that rolls out an update every next year
As a debian user, sign me up!
Re: Zed is now available on Windows
#335Earlier quoted context omitted.
Judging by this note in the docs: Collaboration features. https://zed.dev/docs/development/freebsd#webrtc-notice
If they're going to implement every feature under the sun and include half of userspace to support it, they might as well build the whole thing on top of a browser.
Re: Zed is now available on Windows
#336Earlier quoted context omitted.
On the subject of surprising behaviour. I did something last week. I don't know what it was, but maybe some kind of fat-finger error. It randomly deleted 3-line chunks all across my codebase. No rhyme or reason. I was just about to commit a big change, so it was annoying. It might have been a global search and replace, but there was no clue in the history. And I can't think what kind of regex it could have been. Or m…
Just a pure guess, but if you do a global find, you get a list of 3-line-ish chunks of context around search matches. If you then Ctrl+A to select all and press backspace, I wonder if that would delete all those 3-line chunks...
Re: Zed is now available on Windows
#337Earlier quoted context omitted.
You literally can’t tell the difference in a 20ms delay. That is an order of magnitude lower than the neural feedback loop latency. You may think that you can, but studies don’t back this up.
Do you not perceive more than 50 Hz?
Re: Zed is now available on Windows
#338Earlier quoted context omitted.
You literally can’t tell the difference in a 20ms delay. That is an order of magnitude lower than the neural feedback loop latency. You may think that you can, but studies don’t back this up.
Let's see. https://web-backend.simula.no/sites/default/files/publicatio... > At the most sensitive, our findings reveal that some perceive delays below 40 ms. However, the median threshold suggests that motorvisual delays are more likely than not to go undetected below 51-90 ms. By this study's numbers, 20ms is somewhat below the lower limit of ~40ms, but not too far below. 100ms would be easily perceivable - though,…
Re: Zed is now available on Windows
#339Earlier quoted context omitted.
ST is a text editor while Zed is an IDE. I wish there were something like VSCode that is very modular but written in native. But VSCode is good enough and it is my daily driver.
For those on Windows, which is the topic at hand, UltraEdit and Notepad++. I disagree Zed is an IDE, it is quite far from InteliJ, Borland/Embarcadero, VS, XCode, Eclipse, Netbeans... If it is about adding enough plugins until it eventually becomes one, then any programmer's editor is an IDE.
Re: Zed is now available on Windows
#340Tested it a bit on a 2000 LOC python file, autocomplete is sluggish compared to VSCode (VSCode completes almost instantly but Zed waits about half a second before doing so). I didn't configure anything so I'm a bit disappointed...