←back to thread

432 points tosh | 3 comments | | HN request time: 0.904s | source
1. renewiltord ◴[] No.39996431[source]
I have used this technique for months and it’s great https://x.com/arjie/status/1575201117595926530

I just have copilot in my editor and switch into my editor with C-x C-e for AI completion. I use neovim like example but you can use whatever you like.

EDIT: Oh never mind. I see what it is now. It’s a terminal based flow for editing code. Mine is for command line writing live.

replies(1): >>39998225 #
2. febed ◴[] No.39998225[source]
That’s cool, but is there a way to use another vendor instead of GitHub CoPilot?
replies(1): >>39998749 #
3. renewiltord ◴[] No.39998749[source]
There’s the fauxpilot project. This is just the minimal stuff to use the AI completer. But you can sub out faux pilot and get the same result (modulo quality).