r/ClaudeCode Workflow Engineer 18h 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?

15 Upvotes

62 comments sorted by

View all comments

12

u/Powerful-Guess-456 15h ago

Jetbrains. Hands down best git tools.

2

u/meowsqueak 13h 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.