Hacker News new | past | comments | ask | show | jobs | submit login

Any tips for using Aide with another text editor? Ie i'm not going to work outside of my preferred text editor (Helix atm), so i'm curious about software which has a workflow around this. Rather than trying to move me to a new text editor



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


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


hmm.... I do think it can be extended to work outside of just the VSCode environment.

If you look at the sidecar side of things: https://github.com/codestoryai/sidecar/blob/ba20fb3596c71186... these are the main APIs we use

On the editor side: https://github.com/codestoryai/ide/blob/0eb311b7e4d7d63676ad...

These are the access points we need

The binary is fairly agnostic to the environment, so there is a possibility to make it work elsewhere. Its a bit non trivial but I would be happy to brainstorm and talk more about this




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: