Zed: High-performance AI Code Editor
331–340 of 447 posts
Re: Zed: High-performance AI Code Editor
#332Re: Zed: High-performance AI Code Editor
#333Re: Zed: High-performance AI Code Editor
#334Re: Zed: High-performance AI Code Editor
#335Earlier 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!
Re: Zed: High-performance AI Code Editor
#336Re: Zed: High-performance AI Code Editor
#337Is 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
#338Earlier 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
"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
#339I 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.
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
#340Firstly, 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.