top | item 45613889

(no title)

pollinations | 4 months ago

They were just giving that as an example that Zed's inline suggestions aren't very good for basic tasks. There are hundreds of othersmall tasks like this that can't be handled by the language server.

discuss

order

neutronicus|4 months ago

Yes, elsewhere in this thread someone is complaining about lousy C# language server performance relative to IDEs. These swiss-army-knife programmer's editors will always be at a semantic language tooling disadvantage relative to IDEs.

I know that days of yak-shaving with LSP and emacs only gets me to a janky imitation of Visual Studio/XCode semantic search on my C++ work codebase. "Fuck it, let an LLM auto-complete based on vibes" has some appeal when you just get sick of trying to arm-wrestle clangd into ... whatever XCode or Visual Studio are doing to have functional semantic search across the project.

Although I have to say LLMs were a disaster at vibe-auto-completing in VSCode. So I mostly stick with semantic search in the IDE and editing in emacs like I always have.