TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Aider in Your IDE

22 pointsby hboon4 months ago

6 comments

retrodaredevil4 months ago
I&#x27;ve been giving this a try for the past day and thought I&#x27;d talk about my experience setting it up in IntelliJ&#x27;s terminal.<p>First, if you&#x27;re going to use this in the IntelliJ terminal, make sure to use the dark-mode flag. Honestly the IntelliJ terminal doesn&#x27;t do the best at rendering Aider&#x27;s output because IntelliJ&#x27;s terminal doesn&#x27;t really like things that update frequently. It still works pretty well and Aider has nicely formatted output in general.<p>Using llama3.1 8B locally is OK at best, and makes incorrect changes at worst (the 8B model isn&#x27;t really recommended in Aider&#x27;s documentation, anyway). I only have 8GB of vram, so I can&#x27;t really run any better models locally. I gave gpt-4o a try and it works pretty well at editing code. I probably won&#x27;t pay for OpenAI access forever, though. <a href="https:&#x2F;&#x2F;aider.chat&#x2F;docs&#x2F;llms.html" rel="nofollow">https:&#x2F;&#x2F;aider.chat&#x2F;docs&#x2F;llms.html</a> says that Gemini 1.5 Pro can be accessed for free and works decently, so maybe I&#x27;ll give that a try next.<p>The git integration is useful, but I don&#x27;t really like that Aider will commit to my current branch to make it easy to undo its changes. I like changes being easy to undo, but I don&#x27;t really want to have to squash these changes before pushing. I disabled the auto commits, and now I just have to make sure that I don&#x27;t let Aider run wild on any file with a bunch of changes on it.<p>Maybe the automatic commits work for others&#x27; workflow, but it won&#x27;t work for mine. I&#x27;ll keep playing with this because it seems really cool.
hn87264 months ago
This looks actually useful. It pains me to no end how there&#x27;s no real, useful integration with an IDE like IntelliJ. Most AI plugins&#x2F;tool implement a chat, autocomplete, and maybe some actions like explaining bits of code.<p>Cursor is going the right way — suggesting caret movements, or editing relevant parts of the file automatically. But it&#x27;s a completely separate app, based on VSCode, and it just doesn&#x27;t cut it for working with Java.<p>I&#x27;d pay serious money for an IJ plugin that actually helps me — monitors warnings and proactively suggests fixes, performs edits on relevant bits of code elsewhere after I make a change, or integrates with refactoring tools. I&#x27;m sure the possibilities are endless, yet even Jetbrains&#x27; own plugin is incredibly basic
replwoacause4 months ago
Aider looks awesome. I continue seeing good things about it but I’ve only used Cline and have been very impressed. Does Aider do something similar? Is it different or better somehow?
评论 #42656056 未加载
thomascountz4 months ago
Are people using Aider alongside using Zed&#x27;s Assistant? What are your workflows?
评论 #42731611 未加载
takets4 months ago
If you want to work with neovim, there is a plugin like this. <a href="https:&#x2F;&#x2F;github.com&#x2F;nekowasabi&#x2F;aider.vim">https:&#x2F;&#x2F;github.com&#x2F;nekowasabi&#x2F;aider.vim</a>
eden-u44 months ago
anyone knows which program they used to record the demo?
评论 #42654733 未加载