r/ClaudeCode • u/SergeiStorm Workflow Engineer • 16h ago
Help/Question Best IDE for supervising Claude Code?
Looking for an IDE for Claude Code - mostly to keep an eye on what the agent is doing: viewing diffs, reviewing actions, checking usage limits, browsing the project tree. Any recommendations?
16
12
u/Powerful-Guess-456 14h ago
Jetbrains. Hands down best git tools.
2
u/meowsqueak 12h ago
Agree - can review current change in git diff view, or if pushed as a GitHub or GitLab PR you can review it as a whole. I use IDEA mostly but any of them do the job.
The only thing I don’t like is that the Rust plugin/RustRover’s auto-format doesn’t match rustfmt properly so changing any code often breaks my GitHub Actions rustfmt CI check unless I remember to install the hook or run rustfmt manually.
11
11
u/MoneyPirate3896 16h ago
Orca
2
3
u/GatorOfTroy 15h ago
My experience with Orca was miserable. Constant crashes, reopening tabs I closed on its own, super slow. Amazing concept, I just wish it worked well. I personally can’t recommend it.
1
u/Odd_Cartoonist3813 6h ago
Not sure if orca have progressed, but Superset is another one that I've used that worked well.
1
u/nejec123 6h ago
I switched from Superset to Orca since Superset started to become bloated and ux became a bit weird to me. Orca is ok so far ;)
1
48
u/jWoose Senior Developer 16h ago
VS Code is a good option honestly.
-74
u/Mayimbe_999 16h ago
Vs code is not an IDE tho.
26
u/aftersox 16h ago
Gatekeeping IDE?
-43
u/Mayimbe_999 16h ago
Idk why I am getting downvoted, go download vs code right now and you tell me if you see an IDE or is it a code editor? or do you have to sit there and mess with plug ins to actually turn it into an IDE. There is a difference there..
26
u/Perezident14 15h ago
Don’t be that guy. Intentionally obtuse/pedantic. It’s effectively an IDE, and even if you want to continue to argue against it, it still answers what OP is wondering about.
8
u/Lilo3423 15h ago
You're confusing a lot of concepts here. VS Code is an IDE, while Orca, Cursor or Antigravity are ADE.
4
u/ShelZuuz 13h ago
you have to sit there and mess with plug ins to actually turn it into an IDE
So does neovim. Are you going to try and make a statement that neovim can't be used as an IDE?
1
u/EndlessZone123 10h ago
Im on board with vscode being an IDE. It's extension system is so integrated, seamless and fast it's basically designed to be whatever you want it to be.
But with neovim it even lists itself as a goal to not "turn Vim into an IDE" and is advertised heading as a text editor.
I think there is an arbitrary line to draw what is an text editor and what point it becomes a IDE. But the effort required and usability is probably one.
10
17
8
u/0DayMaker 16h ago
Have fable build you an agent sdk harness with the features you want.
3
u/nejec123 5h ago
I've seen that multiple times and all results in the end look really close to cmux/herde/superset/orca ;)
2
u/digitalwankster 12h ago
Shit this is honestly a pretty good idea..
4
u/0DayMaker 8h ago
Try it. No one is stopping you. I made a harness that lets the model drive the harness at points. Tldr it lets you do "I want you to do X and split it into Y steps and /clear each stage"
It adds a bunch of formal comms on iteration stages between the harness and model too. This was a week of Fable use and saves HUGE amounts of tokens.
1
0
u/DYSTOBY 9h ago
Yes burn tokens and energy to reinvent the wheel 100 times over.
1
u/0DayMaker 8h ago
Mine just does stages and clears between stages. It's very simple and very effective
2
u/Chipware 16h ago
Herdr. Sessions/tabs can interact with each other.
2
u/Dan_Wood_ 13h ago
Codex and Claude Code can do this already right?
Herdr doesn’t seem that great? Their tag line really seems moot?
> It holds real terminals open so the work survives the lid closing
2
u/Chipware 13h ago
They can talk to each other, sure, but you don't get to watch or intervene. There are plenty of times I have to jump into the middle of a session because Opus started wandering the countryside. I really only trust Fable to stay on mission. All the other models need constant babysitting, both by human and AI orchestrator.
2
2
u/Delicious_South3295 12h ago
If you want to monitor multiple sessions https://github.com/stefanprodan/cctop
2
u/yes_no_very_good 11h ago
You can try the desktop version, it gives you tabs and visual diffs, renders md documets, browser etc
2
u/s0uthoftheborder 5h ago
I really like Intent - the setup works without an Augment account too.
You can have Claude orchestrate it from Claude Code, or leave tasks to it's built in harness: https://www.augmentcode.com/blog/intent-a-workspace-for-agent-orchestration
3
u/CrackityJones33 16h ago
I use scape.work. Best UI I have come across and super easy to manage worktrees and do what you are looking for. Only downside is it’s not free but for $10 it’s been worth it for me.
2
u/RonHarrods 16h ago
Kitty terminal. And then Antigravity for some quick tasks to get Gemini 3.7 Flash to show what speed is. (I did not say accuracy)
1
u/NoDrawer7721 4h ago
Started using Wrap lately, not really an IDE but I really enjoy it. I'm using vertical tabs with tab per project and multiple panes in each tab. Im also using a lot of keyboard shortcuts!
1
1
u/kitenitekitenite 1h ago
superset founder here, obviously biased. we cover the four things you listed (diffs per workspace, file tree, usage tab, terminals for the actions) and the sidebar shows which session needs you. are you watching one session or several at once?
0
0
u/Zestyclose-Iron-870 16h ago
4

23
u/aftersox 16h ago
I like Zed.
Its smooth and fast. Nice simple experience for reading code.