Am I the only one who prefers stability instead of a constant rush of features in their text editors/IDEs? If it’s AI related I like them even less. I know I can stick forever with Vim, but damn, I tried Zed and it felt good.
Zed now predicts your next edit with Zeta, our new open model
141–150 of 301 posts
Re: Zed now predicts your next edit with Zeta, our new open model
#142Re: Zed now predicts your next edit with Zeta, our new open model
#143I tried CoPilot a while and my biggest gripe was tab for accepting the suggestion. I very often got a ton of AI garbage when I was just trying to indent some code. Tab just doesn't seem like the proper interface for something like this.
Hey! Zed founder here. We totally agree with this and that's why Zed will switch the keybinding for accepting an edit prediction to `alt-tab` when the cursor is in the leading whitespace of a line. This way you can keep using `tab` for indenting in that situation. Also, when there's both an edit prediction and and LSP completion, Zed switches the keybinding to `alt-tab` to prevent the conflict with accepting an LSP c…
Re: Zed now predicts your next edit with Zeta, our new open model
#144Re: Zed now predicts your next edit with Zeta, our new open model
#145ai is boooring, they should fix the core features before they add useless ai
What core features do you believe need fixing?
Re: Zed now predicts your next edit with Zeta, our new open model
#146The sensitive readers please be advised, quite a bit of a rant and angry reactions coming in an overreacting style, please stop here if you are of the sensitive type. The comments are unrelated to this particular product but aimed at the universal approach of the broad topic nowadays. Zero intent of offending anyone specific person is attempted. I am fed up with all these predicting what I want to do. Badly!! Don't g…
Re: Zed now predicts your next edit with Zeta, our new open model
#147The sensitive readers please be advised, quite a bit of a rant and angry reactions coming in an overreacting style, please stop here if you are of the sensitive type. The comments are unrelated to this particular product but aimed at the universal approach of the broad topic nowadays. Zero intent of offending anyone specific person is attempted. I am fed up with all these predicting what I want to do. Badly!! Don't g…
Re: Zed now predicts your next edit with Zeta, our new open model
#148As usual, AI has a higher priority than working on very basic stuff like creating a Windows build. If you guys want to compete with VSCode, think again.
Re: Zed now predicts your next edit with Zeta, our new open model
#149Earlier quoted context omitted.
You can definitely run more than one LSP with zed -- can you elaborate on the angular case that gives you trouble?
Sorry, in the same file as the sibling said. In some other editors, you can run multiple LSPs on the same exact file at the same exact time. A use case is Angular or other more specialized frameworks, that are so abstracted away and dumbed down that each layer of abstraction basically has an LSP.
Re: Zed now predicts your next edit with Zeta, our new open model
#150The sensitive readers please be advised, quite a bit of a rant and angry reactions coming in an overreacting style, please stop here if you are of the sensitive type. The comments are unrelated to this particular product but aimed at the universal approach of the broad topic nowadays. Zero intent of offending anyone specific person is attempted. I am fed up with all these predicting what I want to do. Badly!! Don't g…
Same here, I basically turned off all the auto-complete things everywhere in all the tools I am using, can't stand it. And just before reading your comment, I had a google doc I edited in the other tab and thought, how annoying are these auto suggestions actually. Not helping at all, instead a distraction (to me). For AI coding I'm using Aider as a docker container in the terminal in the IDE and I love it. I can writ…