Live data from Hacker News

Preview Builds of the Zed Editor Now Available for Linux

zed.dev

1–10 of 44 posts

Re: Preview Builds of the Zed Editor Now Available for Linux

#4
Starts super quickly and offered downloading omnisharp along with needed language server when I opened a c# source file. The only thing holding me back from exploring it more is that it has no window decorations so I can't easily manipulate the window (under Gnome with Wayland)

Re: Preview Builds of the Zed Editor Now Available for Linux

#6
Zed certainly seems interesting!

I 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

#7
Is anyone using zed with success? I tried to use but it seemed slow to search compared to sublime.

Lots 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

#8
I 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).

Re: Preview Builds of the Zed Editor Now Available for Linux

#10

I 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).

You can remove all the AI stuff from the settings

  "collaboration_panel": {
    "button": false
  },
  "assistant": {
    "version": "1",
    "button": false
  },
  "chat_panel": {
    "button": false
  },
  "notification_panel": {
    "button": false
  },
Post reply on HN