←back to thread

432 points tosh | 1 comments | | HN request time: 0.263s | source
Show context
joshstrange ◴[] No.39996290[source]
I'm interested in this and will probably set it up but I wish more AI tools were better integrated to my IDE. I know GH Copilot is and other big AI tools have plugins with chat/edit features but most of the cool open source doesn't seem to support IDEA/JetBrains.

I see the power of LLMs. I use GH Copilot, I use ChatGPT, but I crave deeper integration in my existing toolset. I need to force myself to try in-IDE Copilot Chat. My habit is to go to ChatGPT for anything of that nature and I'm not sure why that is. Sometimes it's the same way I break down my search to for things "I know I can find" then put together the results. In the same way I break down the problem into small pieces and have ChatGPT write them individually or somethings additively.

replies(6): >>39996364 #>>39996391 #>>39996493 #>>39997950 #>>39998119 #>>39998582 #
1. anotherpaulg ◴[] No.39996391[source]
Folks have developed VSCode and NeoVim integrations for aider. They're based on forks of aider, so I'm not sure how carefully their authors are keeping them up to date with aider releases.

The aider install instructions has more info:

https://aider.chat/docs/install.html#add-aider-to-your-edito...