Preview Builds of the Zed Editor Now Available for Linux
1–10 of 44 posts
Re: Preview Builds of the Zed Editor Now Available for Linux
#2Re: Preview Builds of the Zed Editor Now Available for Linux
#3Re: Preview Builds of the Zed Editor Now Available for Linux
#4Re: Preview Builds of the Zed Editor Now Available for Linux
#5One of the big selling points of VS code is nowadays the plugin eco-system. How is that with Zed?
Re: Preview Builds of the Zed Editor Now Available for Linux
#6I wonder though if it's enticing enough to leave Emacs' versatile configurability and introspection abilities behind. I don't think Zed has any way to extend its behavior beyond configuration options, and if it doesn't have a scripting language to go with it now, then it seems quite unlikely it will have a good one in the future either.
Based on another comment here I did some more searching and I found this: https://github.com/zed-industries/extensions . It seems though the extension abilities are limited to dealing with different kind of files, not for really extending Zed's abilities: https://github.com/zed-industries/extensions/blob/main/AUTHO... https://docs.rs/zed_extension_api/latest/zed_extension_api/ .
Re: Preview Builds of the Zed Editor Now Available for Linux
#7Lots of features were nicer, but search is my most used feature.
From all the other possibilities, this seem the one that I am more inclined to successfully transition to.
I really liked sublime when I switched, but now it feels stuck in the past.
I am waiting for the right time to try again. If you are using and liking it, I would like to know what are the features you most like.
Re: Preview Builds of the Zed Editor Now Available for Linux
#8Re: Preview Builds of the Zed Editor Now Available for Linux
#9Re: Preview Builds of the Zed Editor Now Available for Linux
#10I like Zed a lot but decided not to keep it because it has a direct connection with an AI assistant via a separate AI chat window/console. I prefer my software not to have any AI in it -- at least make it something that can be removed from the interface like in VS Code (Copilot there is optional).
"collaboration_panel": {
"button": false
},
"assistant": {
"version": "1",
"button": false
},
"chat_panel": {
"button": false
},
"notification_panel": {
"button": false
},