I really love Zed, but my only issue is the Emacs keybindings they ship doesn’t seem to work as well as the VSCode Emacs extensions. Hopefully they can fix this in newer updates.
This is high praise coming from an Emacs user :) I also formerly used Emacs with much joy, but I'm even happier with Zed now. Zed has a lot of issues in flight; maybe these are useful to you? Here are the issues that have been filed under the label "area:parity/emacs". Some also have the label "state:needs repro" (needs reproduction). I wonder if any of them scratch your itch? Weighing in might help get your pain poi…
I switched from VSCode to Zed
421–430 of 440 posts
Re: I switched from VSCode to Zed
#422Earlier quoted context omitted.
I don't know about marketing but if code reviews are done right I would love to know how something like 'AI feature' just slips in.
Perhaps people pushing AI slop are not that great at doing good code reviews; which is a shame, really.
And don't imagine the LLMs are sentient, the directive to cram "AI" features down the users' throats is in the prompt.
Re: I switched from VSCode to Zed
#423I’m currently using a mix of Zed, Sublime, and VS Code. The biggest missing piece in Zed for my workflow right now is side-by-side diffs. There’s an open discussion about it, though it hasn’t seen much activity recently: https://github.com/zed-industries/zed/discussions/26770 Stronger support for GDB/LLDB and broader C/C++ tooling would also be a big win. It’s pretty wild how bloated most software has become. Huge th…
> The biggest missing piece in Zed for my workflow right now is side-by-side diffs. > It’s pretty wild how bloated most software has become. It's a bit ironic to see those two in the same message but I'd argue that right there is an example of why software becomes bloated. There is always someone who says "but it would be great to have X" that in spirit might be tangentially relevant, but it's a whole ordeal of its o…
Re: I switched from VSCode to Zed
#424Earlier quoted context omitted.
Have you tried using vim? Or rather nvim? If tinkering is your thing, feel free to completely do your own setup but out of the box lazyvim is pretty sane and you may not need much to get it to your liking. But it’s very nice to easily able to extend or modify to fit your workflow. I’m just curious what people are getting out of zed that seems like vim has available.
I use both zed and vim, but the former for 'big' work because of: a) file tree - I really like being able to 'root' the view at a directory, explore the hierarchy, and easily open any file within it b) LSP - Zed's auto-formatting is it's best feature, for me I generally like a whole bunch of things the gui gives me, but I would probably drop zed if I could get these two features working as well (or, at least, almost…
Re: I switched from VSCode to Zed
#425I’m currently using a mix of Zed, Sublime, and VS Code. The biggest missing piece in Zed for my workflow right now is side-by-side diffs. There’s an open discussion about it, though it hasn’t seen much activity recently: https://github.com/zed-industries/zed/discussions/26770 Stronger support for GDB/LLDB and broader C/C++ tooling would also be a big win. It’s pretty wild how bloated most software has become. Huge th…
https://github.com/zed-industries/zed/discussions/26770#disc...
Re: I switched from VSCode to Zed
#426I’m currently using a mix of Zed, Sublime, and VS Code. The biggest missing piece in Zed for my workflow right now is side-by-side diffs. There’s an open discussion about it, though it hasn’t seen much activity recently: https://github.com/zed-industries/zed/discussions/26770 Stronger support for GDB/LLDB and broader C/C++ tooling would also be a big win. It’s pretty wild how bloated most software has become. Huge th…
It looks like the most recent thread has noted an early feature flag for testing that! https://github.com/zed-industries/zed/discussions/26770#disc...
Re: I switched from VSCode to Zed
#427We maintain a single VS Code setting that allows you to opt out of the AI features provided in VS Code: "chat.disableAIFeatures" (see also: https://code.visualstudio.com/updates/v1_104#_hide-and-disab... ). If you can still find AI features appearing after you have configured this setting, then please report an issue at https://github.com/microsoft/vscode and we are happy to take a look. It is possible that from time…
Make it opt-in only at welcome page, and we have a deal. (Of course, I know that's never going to happen.)
Re: I switched from VSCode to Zed
#428that's not unusual for python. in fact, that is why I avoid python.
Re: I switched from VSCode to Zed
#429We maintain a single VS Code setting that allows you to opt out of the AI features provided in VS Code: "chat.disableAIFeatures" (see also: https://code.visualstudio.com/updates/v1_104#_hide-and-disab... ). If you can still find AI features appearing after you have configured this setting, then please report an issue at https://github.com/microsoft/vscode and we are happy to take a look. It is possible that from time…
Bravo, I respect that VS Code has added a single setting to disable all AI features. It prioritizes user choice and agency. Considering there was a recent rebranding as "the open source AI code editor", it means a lot to new and existing users that there's a choice to not use AI. For many companies and products it's apparently hard to do these days when LLM integration is the hot new thing pushed by management and in…
So I hope for your sake that you and others like you are pure hobbyists. Because anyone paying you to do this job is going to be firing you pretty soon in favor of those who lean on frontier LLMs, otherwise.
Re: I switched from VSCode to Zed
#430Earlier quoted context omitted.
Bravo, I respect that VS Code has added a single setting to disable all AI features. It prioritizes user choice and agency. Considering there was a recent rebranding as "the open source AI code editor", it means a lot to new and existing users that there's a choice to not use AI. For many companies and products it's apparently hard to do these days when LLM integration is the hot new thing pushed by management and in…
When they brand themselves like that, it’s a clear sign for people who dislike “AI” not to use it. Zed having some opt-out “AI” features now was one of the reasons for me to stop even considering properly trying it again. Emacs it is, still.