提问 HN:你的开发环境是怎样的?
2 分•作者: break_the_bank•4 个月前
好奇 HackerNews 用户们现在都在用什么。记录一下我从 2022 年开始使用的 IDE:
Goland (2022-2024) -> Cursor (2024 年 11 月到 2026 年 2 月) -> Claude Code (& VSCode 或 Cursor 用于手动编辑)
Claude Code 的设置很有意思,我用终端或 GitHub 来查看差异。我也会打开编辑器进行手动编辑,尤其是在做一些新的东西(LLM 还没有训练过的)或者调试的时候。
潜在的改进
Stripe Projects(从 CLI 创建 API 密钥)是我过去一直想要的功能,因为在使用 LLM 的项目中,部署/导入所有密钥似乎是最慢的部分。我也不喜欢下班后无法将任务推送到网络上。Worktree 也不好用,因为我无法轻松地在不同的端口上运行服务进行测试,而且管理不同的 TMUX 也让人很痛苦。我很好奇这里的人都在用什么工具,以及人们在 LLM 生成代码时都在做什么。
查看原文
Curious what HackerNews users are using right now. Mapping my IDE usage since 2022<p>Goland (2022-2024)-> Cursor(November 2024 to February 2026) -> Claude Code (& VSCode or Cursor for manual edits)<p>The Claude Code setup is interesting, I use the terminal or GitHub for diffs. I do open an editor to do manual edits, especially when I am doing something new( that the LLM hasn't been trained on) or debugging something.<p>Potential improvements<p>Stripe Projects ( creating API keys from CLI) as something that I have wanted in the past as with LLMs sometimes with a project the slowest part seems to be deployment / bringing all the keys. I also don't enjoy the fact that I can't push a job to the web when I am leaving work. Worktrees aren't fun as I can't run the services on different ports that easily for testing, further managing different TMUXs is painful. I am curious what tools people here are using, also what do people do while the LLM generates.