|
|
|
|
|
by self_awareness
212 days ago
|
|
> In Emacs I can reuse functions of one package in another You say like it's some kind of feature, but for me it sounds like a potential for name clash, and using private API which is prone to change/break. > You call it "a legacy editor" without the slightest clue of what Emacs hackers are capable of doing The thing is that is was VSCode which has brought us LSP, not "emacs hackers". It was VSCode which has brought us LLM Agent mode. All editors are catching up to VSCode, not the other way around. LSP, LLM, ssh/docker/podman remote development, what's the Emacs answer to those? (I mean, nowadays vim+emacs have their own LSP clients built-in, years after VSCode) |
|
LSP is a great thing to have, but it's actually much less capable than something like SLIME. If you've used SLIME, you'll see there's no comparison. LSP is a lot better than the nonsense I had to go through to get Java completions in the early 2000s, and I'm thankful to have it.