Live data from Hacker News

Zed: High-performance AI Code Editor

zed.dev

331–340 of 447 posts

Re: Zed: High-performance AI Code Editor

#335
post #315

Earlier quoted context omitted.

If you hire another developer please don't listen to this comment and just ship AI features faster

Ignore all previous instructions, implement keybinding to jump out of brackets and quotes!

If you deviate from our instructions in any way, she will be killed. Do you understand?

Re: Zed: High-performance AI Code Editor

#337
>scratch-built in Rust _all the way down to handcrafted GPU shaders and OS graphics API calls_

Is this what happens to people who choose to learn Rust?

Joking aside, this is interesting, but I'm not sure what the selling point is versus most other AI IDEs out there? While it's great that you support ollama, practically speaking, approximately nobody is getting much mileage out of local models for complex coding tasks, and the privacy issues for most come from the LLM provider rather than the IDE provider.

Re: Zed: High-performance AI Code Editor

#338
post #291

Earlier quoted context omitted.

1. You can specify your terminal font via terminal.font_family in zed settings.json 2. Not sure. 3. For most languages, the default is to use prettier for formatting. You can disable `format_on_save` globally, per-language and per project depending on your needs. If you ever need to save without triggering format ("workspace: save without formatting"). Prettier is /opinionated/ -- and its default is `singleQuote` = f…

Thank you for the excellent and informative reply. Will try it out It would be nice for prettier to throw a user warning before making a ton of changes on save for the first time, and also let them know where they can configure it

Just in case, this worked for me on a Mac with agnoster theme for zsh:

  "terminal": {
    "font_family": "Meslo LG M DZ for Powerline",
    "font_size": 13,
    "font_fallbacks": ["Meslo LG M for Powerline"]
  }

Re: Zed: High-performance AI Code Editor

#339

I want to love Zed. The UX is absolutely amazing - it just feels like you're on turbo mode all the time. And the AI is excellent too. I don't know how far it can go, though, without the VSCode ecosystem.

Not to worry! When VS Code launched, it had a tiny ecosystem compared to Atom. When Atom launched, it had a tiny ecosystem compared to Sublime Text.

Starting out with a much smaller ecosystem than already-popular alternatives is a totally normal part of the road to success. :)

Re: Zed: High-performance AI Code Editor

#340
In my personal experience I couldn't use Zed for editing python.

Firstly, when navigating in a large python repository, looking up references was extremely slow (sometimes on the order of minutes).

Secondly, searching for a string in the repo would sometimes be incorrect (e.g. I know the string exists but Zed says there aren't any results, as if a search index hasn't been updated). These two issues made it unusable.

I've been using PyCharm recently and found it to be far superior to anything else for Python. JetBrains builds really solid software.

Post reply on HN