Live data from Hacker News

The Zed Debugger Is Here

zed.dev

21–30 of 211 posts

Re: The Zed Debugger Is Here

#21
It's a niche feature, but what's keeping me from switching yet is that they zed doesn't support ctrl+scroll to zoom/change font size yet.

Because I am accustomed to a non-US keyboard layout that doesn't make the regular key bindings for changing zoom easy, I got too used to doing it this way.

It's honestly looking to be a great modern IDE with almost everything I'm wishing for.

Re: The Zed Debugger Is Here

#22

Ever since Linux support came out (2 years ago?), I go to check if they, finally, support “non-retina” “LoDPi” (a.k.a: a regular screen) yet, and sadly no :/

They don’t support windows, they don’t support regular screens on Linux… are they a Mac shop basically?

Re: The Zed Debugger Is Here

#24

Ever since Linux support came out (2 years ago?), I go to check if they, finally, support “non-retina” “LoDPi” (a.k.a: a regular screen) yet, and sadly no :/

It's an ugly workaround, but if you install BetterDisplay (it's a free tool) and set your LoDPI screen to HiDPI, text rendering looks good.

Oh I'll have to try that. Zed looks woeful on my 1440p monitor when I was trying it at work, which is a shame because I quite like it otherwise.

Re: The Zed Debugger Is Here

#25
> To simplify the setup process, we've introduced locators, a system that translates build configurations into debug configurations. Meaning that you can write a build task once in tasks.json and reference it from debug.json — or, even better, rely on Zed's automatic configuration.

Does that work if my build is Docker based?

Re: The Zed Debugger Is Here

#26
post #22

Ever since Linux support came out (2 years ago?), I go to check if they, finally, support “non-retina” “LoDPi” (a.k.a: a regular screen) yet, and sadly no :/

They don’t support windows, they don’t support regular screens on Linux… are they a Mac shop basically?

The unofficial builds for Windows are good.

https://github.com/deevus/zed-windows-builds

Installing the 'stable' build with scoop works a treat.

Re: The Zed Debugger Is Here

#28
post #24

Earlier quoted context omitted.

It's an ugly workaround, but if you install BetterDisplay (it's a free tool) and set your LoDPI screen to HiDPI, text rendering looks good.

Oh I'll have to try that. Zed looks woeful on my 1440p monitor when I was trying it at work, which is a shame because I quite like it otherwise.

[deleted]

Re: The Zed Debugger Is Here

#29
I’m thrilled to see Zed evolve into a featured, lightweight IDE.

IMHO Debug Adapter Protocol (DAP) and Language Server Protocol (LSP) are the best things happened to programming tooling in the last decade.

(I wrote this comment in another thread about the same link but didn't hit the frontpage)

Re: The Zed Debugger Is Here

#30

It's a niche feature, but what's keeping me from switching yet is that they zed doesn't support ctrl+scroll to zoom/change font size yet. Because I am accustomed to a non-US keyboard layout that doesn't make the regular key bindings for changing zoom easy, I got too used to doing it this way. It's honestly looking to be a great modern IDE with almost everything I'm wishing for.

It is funny that accidental scroll while holding Ctrl changing font size is one of my most hated features in IDEs, like who the hell ever needs to change their optimal font size to any other value. It's fascinating to me that this is a dealbreakingly important feature for someone else.
Post reply on HN