logoalt Hacker News

zbyyesterday at 9:18 PM1 replyview on HN

LSPs should expose their api through shell commands - then integrating it with any LLM would be trivial. And it would also be very useful for humans.


Replies

anamexisyesterday at 9:34 PM

You could use a CLI frontend for LSP, e.g. https://github.com/valentjn/lsp-cli

But why would that be better than LLMs using the LSP with a dedicated tool rather than a shell command tool?

show 1 reply