Hacker News new | ask | show | jobs
by skp1995 595 days ago
do you know of helix exposes the LSP APIs all the way to the editor .. if it does doing the integration should be trivial
1 comments

im fairly sure helix-gpt does this, though i haven't tried it
reading the code for helix-gpt over here https://github.com/leona/helix-gpt/blob/2a047347968e63ca55e2... looks like the architecture for the extension is based around getting the diagnostic event and then passing that along to the chat.

The readme also talks about how LSP services are not exposed properly yet, my takeaway is that its not complete yet..but surely doable