logoalt Hacker News

levkkyesterday at 3:32 PM3 repliesview on HN

This is just a language server problem. I'm sure you can configure whatever language server PHP is using to disable specific warnings, etc.


Replies

swiftcoderyesterday at 3:37 PM

> I'm sure you can configure whatever language server PHP is using to disable specific warnings, etc

You may be able to do this by editing a language server-specific config file in whatever arcane syntax they decided to offer. But there isn't any editor support for configuring languages servers, so it's a bit of a lift for a newcomer who just wants to turn off some warnings

Meekroyesterday at 7:07 PM

I think the application should own its dependencies and its default config. In this case, it felt to me like no one had really looked at them.

charcircuityesterday at 4:42 PM

Editors should take full responsibility of the user experience. The user should not have to care about the existence of language servers.