TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best AI IDE right now?

4 点作者 funerr2 个月前
I&#x27;ve been using Cursor for the last couple of months but I&#x27;m feeling like I might be hitting the limits of Cursor. I&#x27;m seeing a lot of forgetting and problems with my codebase getting larger, and it having problems with my mono repo structure.<p>1. Is there a better AI IDE that remembers when I correct it about structural issues I have with it? 2. Is there an AI IDE that is test-first? helping me see if I break something over time? 3. Any IDEs you recommend me checking out? or tips on fixing cursor?

8 条评论

mindwok2 个月前
I’ve used Cursor and Windsurf. Windsurf does have Cascade memories which are supposed to help with this, although tbh I haven’t seen it make much difference.<p>IMO they’re all struggling with this problem right now. There’s not much I’ve found to help besides being surgical with the context I provide to the prompt.
brokegrammer2 个月前
You could try Cline. But mono repos suck with LLMs right now because context windows are too small. This might be fixed once Google releases Gemini 2.5 Pro with 2 million tokens limit. But even then, large code bases will still hit a limit at some point.<p>Until we get billion token context windows, I find the microservices approach works well, where each repo contains a specific microservice. That way the LLM can know everything about the code.
siva72 个月前
No there isn&#x27;t. The problem is that all these products and subscriptions operate at loss (even openai pro). What you want is economically not feasible, but technically possible. You can always decide to use API metering (and get max context window) with these tools but then you would see how it gets very expensive very fast although the results may be better.
pizza2 个月前
Claude Code + Vim (+ occasional JetBrains IDE usage) is working phenomenally for me
tamersalama2 个月前
Windsurf feels more organic. Context size will likely still be a problem.
bigyabai2 个月前
Zed works fine for me
Danielopol2 个月前
Try this: cursoraitips.com
revskill2 个月前
Vscode