I would have switched in a pinch if Zed had their low-DPI font rendering in order. At the moment it just looks bad.
This is interesting to me, because I see this kind of comment on almost every Zed post. I haven't used a low-DPI monitor for like... not sure, but more than a decade, I'm pretty sure, so for me the weird blocker I have with Zed is the "OMG YOU HAVE NO GPU!!!! THIS WILL NOT END WELL!" warning (I run a lot of Incus containers via RDP, and they mostly have no GPU available). But what kind of monitors are you low-DPI peo…
I switched from VSCode to Zed
61–70 of 440 posts
Re: I switched from VSCode to Zed
#62Earlier quoted context omitted.
Mind explaining how / why you have a low DPI monitor? I haven't even seen one in maybe a decade.
1080p is the most popular screen resolution by far, and on regular monitors 1080p is "low DPI". https://store.steampowered.com/hwsurvey
Re: I switched from VSCode to Zed
#63Re: I switched from VSCode to Zed
#64I have switched to terminal
Re: I switched from VSCode to Zed
#65Earlier quoted context omitted.
Which microcontrollers? Of interest, I program STM32, ESP32 (Risc-V) and Nordic chips, and do everything in RustRover. The compiling is decoupled from the editor. (You do cargo run to build and flash with debugging, or click the Run IDE button; works just like any program) The editor is for the code structure, and should reflect that, vs the chip. There is Cube IDE which is useful for configuring clocks, memory layou…
Do you do this in a professional setting? I'm curious because I did some embedded/uC work about 10 years ago and considering the state of C/C++ SDKs (and IDE support) at the time, I would have expected it to take decades for Rust to get a foothold.
I just like rust for the overall language and tooling. (For example, the workflow I described above); don't really care about the memory safety aspect to the degree it's often presented.
The biggest downside is I have to do a lot of leg work which wouldn't be required if done in C or C++. E.g. implementing hardware interfaces from datasheets and RMs. Sometimes there will be a Rust lib available, but in my experience they are rarely in a usable state.
Re: I switched from VSCode to Zed
#66I would have switched in a pinch if Zed had their low-DPI font rendering in order. At the moment it just looks bad.
This is interesting to me, because I see this kind of comment on almost every Zed post. I haven't used a low-DPI monitor for like... not sure, but more than a decade, I'm pretty sure, so for me the weird blocker I have with Zed is the "OMG YOU HAVE NO GPU!!!! THIS WILL NOT END WELL!" warning (I run a lot of Incus containers via RDP, and they mostly have no GPU available). But what kind of monitors are you low-DPI peo…
Zed started out as a Mac-only app, and that's reflected in the way their font rendering works.
Re: I switched from VSCode to Zed
#67Re: I switched from VSCode to Zed
#68I've been frustrated by the constant nudges to use specific AI tools from within VS Code, but I made a different change. Rather than moving to a different editor altogether, I started using VS Codium. If you're unfamiliar, it's the open core of VS Code, without the Microsoft-branded features that make up VS Code. I believe Microsoft builds VS Code releases by building VS Codium, and then adding in their own branded f…
That's a good idea. I considered VSCodium but the issue is that I used VSCode's proprietary extensions such as Pylance. So it would require to switch to OSS replacements at which point I decided why wouldn't give Zed a try – it has a better feeling by not being an Electron app. I think VSCodium is a good option if you need extensions not available in Zed.
I'm really glad the article mentioned ty as I'm going to try that today.
On zed I tried it but the font rendering hurt my eyes and UI seems to be glitchy and also doesn't support the drag and drop to insert links in markdown feature * I use all the time.
* https://code.visualstudio.com/Docs/languages/markdown#_inser...
Re: I switched from VSCode to Zed
#69Re: I switched from VSCode to Zed
#70Other pain points:
- Format on save by default: https://github.com/zed-industries/zed/discussions/29395
- VSCode Debugger UX seams to be much better