Cervajz
Code at the speed of thought
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It’s also open source.
Stay in Flow
Productive coding starts with a tool that stays out of your way. Zed combines the power of an IDE with the responsiveness of a lightweight editor for productivity you can feel under your fingertips.
Engineered for performance
Zed efficiently leverages every CPU core and your GPU to start instantly, load files in a blink, and respond to your keystrokes on the next display refresh. Unrelenting performance keeps you in flow and makes other tools feel slow.
Intelligence on tap
Save time and keystrokes by generating code with AI. Zed supports GitHub Copilot out of the box, and you can use GPT-4 generate or refactor code by pressing ctrl-enter and typing a natural language prompt. Interact with the model conversationally without switching context in the built-in assistant panel, then reference your conversation during inline generation.
Language-aware
Zed maintains a full syntax tree for every buffer as you type, enabling precise code highlighting, auto-indent, a searchable outline view, and structural selection. Zed also speaks the Language Server Protocol to provide autocompletion, code navigation, diagnostics, and refactorings.
Connect with your team
With Zed, multiple developers can navigate and edit within a shared workspace. This makes it easy to have nuanced, real-time conversations about any part of your codebase, whether the code in question was committed last year or hasn’t yet been saved to disk.
A virtual office for software teams
Channels are spaces to discuss, plan, and write software with your team. Each channel has a shared document for taking notes and tracking projects, and channels nest in a hierarchy to keep you organized. Share projects with the channel and use audio or text-based chat to engage collaborators in real time.
Work with code on any machine
When you join a teammate’s project, you can navigate and edit as if the code is on your local machine. Open any file, type with low latency, and interact with language servers. It all works seamlessly, whether you’re working with someone at the next desk or on a different continent.
Navigate together
Jump to a teammate’s location and follow them around the code, then switch roles and have them follow you. It’s a great way to review changes or help a new teammate get oriented in your codebase. You can also use the built-in screen sharing to follow someone outside of Zed to view documentation or experiment with an app in development.
…and more:
Zed editor newly supports HEEx templates (v0.91.3) ![]()
I was waiting for this one to give it a proper go - as an alternative to IntelliJ IDEA ![]()
Anyone using the editor for daily development? Share your experience!
Trending in Dev Env & Tools
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex











First 10 of 52 Posts
kwando
I feel crippled without a working vim-mode
It is superfast though so I sometimes use it instead of vim for editing single files
AstonJ
Zed is now open source:
https://zed.dev/blog/zed-is-now-open-source
Anyone tried it?
kwando
I’be been using it as a daily driver since this summer, a bit rough around the edges sometimes but perfectly usable.
Doesnt have all the bells and whistles like vscode but I found I dont really need it, not having the option is sometimes a blessing too
egze
I switched to Zed as my main editor from Sublime. So far I’m really digging it.
michallepicki
I use it for work with the LSP disabled, it’s snappy and gets out of the way.
greven
The only thing stoping me from switching from VS Code is the lack of CoPilot chat.
Other than that Zed is pretty god, way snappier than VS Code.
baldwindavid
Sounds like you already use it so you know, but for others listening, it does have Copilot autocomplete/suggestions and they work just fine. It also has a GPT “assistant” for conversations. I don’t really use Copilot chat so can’t compare it, but assume it is there for somewhat similar functionality.
greven
Yes it does have Copilot integration and it works fine. Personally I use the chet more than the rest of copilot. It’s great to save time on boring tasks.
lud
This is MacOS only so I’ll pass.
dbytecoderc
I can’t get the “go to definition” to work; any workaround for this?