Intellij Platform plugin with QoL extensions for the official Claude Code plugin by Anthropic.
Early development — expect breaking changes.
- New Session button — launch a fresh Claude Code terminal session from the toolbar
- Resume Session — quickly resume previous Claude Code sessions with a split button and session picker dropdown
- Direct terminal launch — runs
claudeas the terminal process directly (faster startup, cleaner environment, auto-closes on exit) - Open in Editor — per-project toggle to open Claude sessions as editor tabs instead of terminal tool window tabs
- IntelliJ-based IDE 2025.3+
- Claude Code JetBrains plugin (Beta) by Anthropic — install this first
- Download the latest
.zipfrom Releases. - In your IDE, open Settings → Plugins, click the gear icon, and choose Install Plugin from Disk….
- Select the downloaded
.zipand restart the IDE when prompted.