←back to thread

502 points SupremumLimit | 1 comments | | HN request time: 0.205s | source
Show context
tomjuggler ◴[] No.44315884[source]
Not Zed's fault but I'm still stuck with VSCode because Zed doesn't support PLatformIO (or rather PlatformIO doesn't support Zed).

I'm guessing that this extension support problem will continue to be a barrier to uptake for a while.

replies(2): >>44315908 #>>44316713 #
1. Cthulhu_ ◴[] No.44316713[source]
This is becoming a recurring issue; plenty of innovation being put in new and faster tooling to replace the JS-based daily drivers we've had for the past decade+, but there's a huge ecosystem of 3rd party addons to those now which is slowing adoption down; I'm also thinking of Prettier/ESLint vs Biome, the only thing stopping us from going full Biome is that we need some ESLint plugins.

That said, it's getting better; as another commenter pointed out, LSP is one of the best things to happen to this space. There should be a standard for editor plugins, too.