Hacker News new | ask | show | jobs
by swlkr 595 days ago
I also use helix and i've been getting some mileage out of aider, the cli tool. Confusing name, as I don't believe aider is affiliated with aide
1 comments

do you know of helix exposes the LSP APIs all the way to the editor .. if it does doing the integration should be trivial
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