logoalt Hacker News

masklinnyesterday at 3:28 PM2 repliesview on HN

> My code (which works fine) looks like an ocean of red when I view it with Zed, and turning all those warnings off is not trivial.

Isn't it just the default configuration of whatever LSP zed defaults to for PHP?

So you should be able to either configure the LSP to avoid that or disable the LSP server entirely.


Replies

Meekroyesterday at 3:34 PM

Coming from Sublime, I'd never even heard of a Language Server when I first tried Zed. As I recall, disabling particular kinds of warnings required copy-pasting some pretty exotic incantations into my project config. All of it was poorly documented, and it felt like I was doing something nobody expected me to do. Instead, I should have been able to mouse over a particular warning and say "don't warn me again about things like this", at which point Zed should edit the project config for me.

show 9 replies
Lalabadieyesterday at 4:00 PM

IIRC, Zed uses PHPactor by default. It's a mess for Kirby projects as well.

Edit for clarity: I want to fully switch to Zed, I really like it and their vision for the editor. PHP issues are a hurdle, not a turnoff to me.