Positive Feedback ❤️ #5397
Replies: 141 comments 29 replies
-
one thing that has really annoyed me in vs code or intellij is that accepting a code completion while the cursor is mid word will insert the whole suggestion there and ruin the whole idea of completion. To get a better idea of what I mean, see this: Screen.Recording.2022-06-25.at.12.51.13.AM.movI love that zed is smarter and completes the word correctly. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I enjoy how responsive Zed is to every single keystroke - writing code and taking notes in Zed is ultra satisfying. |
Beta Was this translation helpful? Give feedback.
-
Lovely. Feels really smooth. What font is it that you package with the editor? Looks awesome. |
Beta Was this translation helpful? Give feedback.
-
Pretty sure it is a custom font called Zed Mono, it is basically just a custom configuration of Iosevka. |
Beta Was this translation helpful? Give feedback.
-
I just made the
Correct! You can build your own variant of Iosevka here: https://typeof.net/Iosevka/customizer or by creating your own |
Beta Was this translation helpful? Give feedback.
-
Super great how you guys have opened up the issue list and are open to input and feedback! I can't wait for linux support and I can start using it. VScode and idea suite tools are memory hogs and extremely slow... can't wait for the responsiveness and light-weight experience that zed will deliver. |
Beta Was this translation helpful? Give feedback.
-
With Zed, writing code is an absolute pleasure. Its snappy interactions and lean UI help me focus on bringing ideas into reality. Having an editor that doesn't get in your way feels like having superpowers - it's like having a thin layer between my brain and the computer. Discovering the journal was also mind-blowing; now, I have one reason less to move away from the editor, which massively helps battle context-switching. I almost entirely switched from VSCode to Zed in the past few weeks. I can use Zed for everything, but I still rely on VSCode for a few nits:
|
Beta Was this translation helpful? Give feedback.
-
Even in the current state I'm really really REALLY happy using Zed. Everything is so lightweight and fast that I can't believe. I've turn the vim mode on and switch completely from neovim and VSCode. Thank you so much for this editor, I want to pay to use it! |
Beta Was this translation helpful? Give feedback.
-
Zed shows that performance does matter. Experiencing the responsiveness and low resource requirements is like realising how nice the silence is when somebody turns off the AC |
Beta Was this translation helpful? Give feedback.
-
Startup-speed and LSP's responsiveness are simply amazing and since I am a sucker for looks, I'd also like to give props for making it look and feel so polished already! (including the nice little touch with rounded selected area highlights). Love that it's not forcing me to open a "project" so I can just open random files. |
Beta Was this translation helpful? Give feedback.
-
The speed is honestly amazing. I don't really use macOS and the only machine I have is really rather slow (2014 vintage mac mini). Atom or VSCodium take sometimes >30s to load, Zed pops up in less than 5. |
Beta Was this translation helpful? Give feedback.
-
Just getting started with Zed. First impressions are that my other editors are crazy slow :-). The outline is a killer feature (and also surprisingly fast). Thanks! |
Beta Was this translation helpful? Give feedback.
-
It's still early days using Zed for me, but I love it so much!! You've got a fan in me 🚀 Things I like already
|
Beta Was this translation helpful? Give feedback.
-
Another feedback from me: the new release fixing the input method for international keyboards is amazing. Working fine for me with US-International layout, thank you for this! |
Beta Was this translation helpful? Give feedback.
-
Small thing but absolutely love the command additions to Vim mode (https://zed.dev/docs/vim#language-server) The extra text objects and navigation helpers are so sick and I wish I knew about these sooner when using Zed |
Beta Was this translation helpful? Give feedback.
-
I've started working on my bachelor thesis, and as part of the initial discovery, I'm generating a whole lot of matplotlib plots. Because of my skill issues working with the library, every figure I'm generating is also getting shown in the REPL in addition to getting saved to disk. But even with 100+ somewhat-large PNGs rendered in the buffer as part of the REPL output, Zed is running super well, even letting me scroll through the massive output as smoothly as if it were a 100 line plaintext file. I'm not sure if this is kudos to people working on the REPL, gpui or a little bit of everyone, but either way, it's been a real pleasure working with Python in the REPL, so thank you, Zed team ❤ It's also awesome how venv is detected automatically and just works™. |
Beta Was this translation helpful? Give feedback.
-
Zed is Zed, Baby! Better get your Zed. Don't Zed on me. The Grateful Zed. Zed Zeppelin. Where am I? Am I high? I must be high on Zed. As a former C++ and C developer, my switch to Rust was with smiles after the first few days, and I've never looked back. One of the things that always irritated me was that I was using VS Code on my Linux development platform. You have no idea how much I dislike Windoze (which owns VS Code for those of you who don't know). I saw a Youtube video by a developer I occasionally watch, and he didn't have much nice to say about Zed. But still, its Rust. So I downloaded it, installed it my own special way, cranked it up, mapped my ollama and Claude setup to it, and OMG! I can't believe how good this thing works. I thought I'd tinker around with it, and then probably forget about it, but it immediately became my Go-To editor. Yeah, I still use Vim, but I kinda like the modern comforts of an IDE. Zed seems to make for an easy crossover between pure Vim and pure graphical IDE. I love it. I actually love it. And hey, I'm a developer. Do you know how unusual it is for a developer to love anything to do with a development environment! (That was a statement, not a question). You guys and gals have done an amazing thing with this toolbox, and I am totally blown away. Keep up the amazing work. |
Beta Was this translation helpful? Give feedback.
-
Well built, quality software is becoming a bit of a lost art. No wonder software like Slack and VS Code are popular. Maybe the two slowest, clunkiest software that I've used in my life. I grew up in an era where software quality was actually much much higher. For example, Photoshop 3.1 was 100 times faster than the Photoshop we have today. Winamp was a media player which was maybe 1000 times faster than any media player in existence today. And Sublime Text was one of the fastest editors which popularized command palettes and made text editing feel really set for the GUI era. I hadn't felt that level of satisfaction with a product for a very long time. Zed for the first time is giving me that feeling again and I'm so happy that the team is building a piece of software which is polished and extremely performant. |
Beta Was this translation helpful? Give feedback.
-
I already emailed but I just wanted to say thank you again for bringing in Git control panel to Zed. Zed has become everyday use for me, it's in that sweetspot between the two polarities of VSCode on one end and Neovim on the other. |
Beta Was this translation helpful? Give feedback.
-
There are three absolute game changers for me that zed nail . Context transparency. I love that I am shown exactly what is being fed to the model and given an approximate token count. I know the /search tab may be coming soon and I hope this will maintain the context transparency rather than hiding it from users. Repl. The ability to make a .py file feel so similar to a .ipynb is kudos to you and something so important for data scientists, especially as it allows the llm to apply changes seamlessly. (If you haven't already, go ask cursor to edit a .ipynb file and crash) Notebooks as scripts also do not work well in vs code / forks with respect to async code , which is something the Zed REPL has no issues with in my experience. Cannot stress enough how brilliant the repl is. I really love the segregation of the assistant panel vs in line assistant. It allows me to have rich, precise context that I can alter and refine until I am happy with to prepare changes for the inline assistant without cluttering up the context with "Please apply this to file x" . I hope this separation of concerns will continue as you implement "more agentic" features, because the current ability of Zed to not fill up the model context with garbage instructions that don't serve a purpose after application to the file is brilliant. Amazing ide. 👏 🚀 |
Beta Was this translation helpful? Give feedback.
-
I like the speed of Zed. Theme overrides are awesome. Project switching is nice and simple. Find and replace across a project is powerful. Git integration is 🔥 |
Beta Was this translation helpful? Give feedback.
-
The speed of the feature-growth on this project matches its speed, started using it 1 year ago and now is my main IDE. 🚀 |
Beta Was this translation helpful? Give feedback.
-
I haven't even really used the AI features much yet, but the support for vim bindings/controls is pretty impressive for such a new project, and the level of control you have over different settings is really impressive without having to tangle with vimscript (and the autocomplete in the keybinds/settings is A+), and I love how the UI isn't full of distracting elements I have no need for. |
Beta Was this translation helpful? Give feedback.
-
I have been a nvim user for a year or two now, and I recently tried out Zed again. I am starting to love it for many reasons. You guys are doing great. I also really appreciate the design choice to keep the number UI elements to a minimum, as this was one of my biggest peeves with vscode. |
Beta Was this translation helpful? Give feedback.
-
I've been using Zed since its early days, and I'm continually impressed by how it has evolved. With each passing day, I find myself migrating more and more of my daily development routine into this exceptional editor. What keeps drawing me back to Zed is its impressive speed. In a world where development tools often become bloated and sluggish, Zed remains lightning-fast and responsive, making my coding sessions efficient and enjoyable. The new agent panel is absolutely awesome! It has transformed how I interact with my codebase, providing intelligent assistance exactly when I need it. This feature alone has significantly improved my productivity and problem-solving capabilities. A big thanks to all the developers and the community behind Zed! Your dedication to creating such a powerful, elegant tool is genuinely appreciated. The care and thoughtfulness put into each feature and update doesn't go unnoticed. You're building something truly special, and it's making a real difference in developers' lives like mine. Looking forward to seeing how Zed continues to evolve and enhance my coding experience in the future! |
Beta Was this translation helpful? Give feedback.
-
Sorry, I need to give some of the most authentic feedback, all of whom may not be compliments like above. What I lack most now is not the ai function, but the instant search and fuzzy matching. Perhaps for vscode users, zed has performed very well, but for emacs users, zed is still quite primitive. Thank you very much for bringing the next generation of editors, and hope that the team will focus on basic editing capabilities in the next step. But no matter how the next step of zed goes, I will respect the choice of the zed team. |
Beta Was this translation helpful? Give feedback.
-
I'm just going to say that I have really enjoyed using Zed for a long time now. But what I lacked was a way to pay you for the privilege, so I'm very happy to find that I can now pay for agentic editing, and finally give something back! |
Beta Was this translation helpful? Give feedback.
-
Thank you for your work! I just read https://zed.dev/blog/zed-decoded-tasks and was amazed by how well disigned this feature is. Keep it up! |
Beta Was this translation helpful? Give feedback.
-
I am also loving zed and the direction you are taking it, especially the latest agentive features. But also small gems like the minimap. I pay for Zed Pro to support you -- but do note that I really prefer if you stay very open and neutral -- I have API subscriptions to AI services elsewhere so the AI-access is not why I pay you :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Everyone loves to read positive feedback; feel free to use this issue as a place to jot down the things you enjoy about Zed. If you want to give permission to the Zed team to use your comment in promotional content (Zed Twitter, zed.dev, etc.), place a 🚀 reaction on your post.
Beta Was this translation helpful? Give feedback.
All reactions