I'll never understand how there are humans who just thrive off of fucking others over. You went out of your way to call it out to try raise awareness, a lot more than most would do. Happy you didn't lose your money at least.
Posts by Joseph Lyons
I covered some of my most-used lesser-known Zed features in the latest edition of Hidden Gems.
Check it out!
Want to learn how to emulate Vim's Telescope in Zed?
Check out the second installment of Hidden Gems, and share your own!
zed.dev/blog/hidden-...
What a commit description! And you did that perfect line length thing again!
I took some time to write a post about how we run our company inside of Zed, using Zed's collaboration service. Check it out!
Looks like most files we pick up for the agent's rules are expected to be in the root, but that one is specifically in ` .github/`.
Hey, Joseph here, from Zed.dev. Was watching your video and saw you mention that Zed wasn't picking up your `copilot-instructions.md` file. It looks like we are checking for rules files here:
github.com/zed-industri...
Is your `copilot-instructions.md` in the `.github` directory?
I wrote another blog post covering more Zed teammates and their journey from open-source contributors to hires at Zed Industries.
Check it out!
๐
Oh cool! I know David, I'll chat with him! Thank you!
This is cool, any chance I could get you to document how you set this up here?
github.com/zed-industri...
With ~900 PR merges per month, even we find it hard to keep up with every new Zed feature landing. ๐
Hidden Gems aims to showcase some of the not-so-obvious features and workflows that we rely on daily. Give it a read, and if you have hidden gems you rely on, let us know!
zed.dev/blog/hidden-...
Received! We'll get this sorted out for you. Really sorry about this. Spring is not even "insanely long" with their wait times, it's just downright absurd. We'll be launching with a much better merch distributor in the near future, one where you don't have to wait 4 months to get your stuff.
Hey Max, could you shoot me an email at joseph(at)zed(dot)dev with your address and size? We are changing merch platforms because we aren't happy with the current. Really sorry about this.
Amazing! Let us know when you launch it so we can add it to the integrations list in the README.md!
github.com/zed-industri...
Hey, can you check either of the latest builds and see if your sluggish typing issue is fixed or remains?
Stable - v0.195.5
Preview - v0.196.4
zed.dev/releases/sta...
Hey Harry, we think we've identified where the regression came from and will be doing a revert on the PR that caused it, we'll get a patch out soon to address this.
We don't have any special interest in it. We support all sorts of models: remote, local, big, large. We simply added support because it was being requested.
Yes, I am a Zed. ๐
I think you should give Zed a try ๐
The world's fastest AI code editor is here
Zed is engineered from scratch in Rust like a video game. Not another fork, but a purpose-built editor designed for collaboration between humans and AI, delivering a lightning fast agentic editing experience.
zed.dev/blog/fastest...
We can't wait for you all to get your hands on the new assistant in Zed.
Stashes are something we will add too.
We don't have stash support yet. Our git launch included a handful of the most requested features, but we are working to add additional git features incrementally now. We're currently working on being able to review past commits in Zed, and conflict resolution should be coming as well.
Hey Daniel, super love reading your incredibly kind words about Zed and happy to hear things are going well. We don't plan to charge for the editor itself - we'll be focusing on generating revenue via subscriptions around collab and AI, and possibly charging for enterprise features.
We're dropping an entirely rewritten assistant and agentic editing relatively soon! Going to be a big leap.
You can also temporarily toggle them when holding down configured modifiers:
inlay_hints": {
"toggle_on_modifiers_press": {
"control": true,
"shift": true,
"alt": true,
"platform": false,
"function": false
}
}
We are going to be working with them directly on that PR soon...
We are building it out now!
We have a lot of plans to improve multibuffers outside of these QoL tweaks, stay tuned!