Advanced AI Programming Assistant for JetBrains IDEs
Claude Code Plus is an IntelliJ IDEA plugin that integrates Claude AI directly into your development environment, providing intelligent code assistance through natural language interaction.
- AI-Powered Conversations - Chat with Claude AI directly in your IDE
- Smart Context Management - Reference files and code snippets with @ mentions
- Multi-Session Support - Manage multiple chat sessions simultaneously
- Rich Tool Integration - View and interact with Claude's tool usage (file read/write, bash commands, etc.)
- IDE Integration - Click to open files, view diffs, and navigate to specific lines
- Dark Theme Support - Fully compatible with IntelliJ's dark themes
- Export Capabilities - Save conversation history in multiple formats
View Claude's tool usage with detailed information for Read, Write, and Edit operations.
Quickly reference files in your project using the @ mention feature.
Switch between different Claude models (Opus 4.5, Sonnet 4.5, Haiku 4.5).
Secure authorization dialog for file write operations.
Interactive dialog for Claude to ask clarifying questions with model selection and feature settings.
Rich keyboard shortcuts for efficient operations.
Real-time view of Claude's task execution progress.
Support Model Context Protocol to extend Claude's capabilities.
- Open your JetBrains IDE
- Go to Settings β Plugins β Marketplace
- Search for "Claude Code Plus"
- Click Install and restart IDE
- Download the latest
jetbrains-plugin-x.x.x.zipfrom Releases - In your IDE: Settings β Plugins β βοΈ β Install Plugin from Disk...
- Select the downloaded zip file and restart IDE
- JetBrains IDE: IntelliJ IDEA 2024.2 - 2025.3.x (Build 242-253)
- Node.js: v18 or higher (Download) - ensure
nodecommand is available in PATH - Claude Code: One-time setup required
- Open terminal and run:
npx @anthropic-ai/claude-code - Follow the prompts to authenticate
- See Official Documentation for detailed setup guide
- Open terminal and run:
Note: The plugin includes a bundled Claude CLI - no separate CLI installation required!
If you prefer to use your own Anthropic API key instead of Claude Code subscription, you can use cc-switch to configure it:
npx cc-switchThis tool helps you switch between different authentication methods for Claude Code.
- Install the plugin following the installation steps above
- Ensure Claude CLI is installed and authenticated
- Open the Claude Code Plus tool window (right sidebar)
- Start chatting with Claude!
- Use
@to mention files and add them as context - Click on file paths in tool outputs to open them in the editor
- Click on tool cards (Read/Write/Edit) to view diff preview
- Press
ESCto interrupt AI generation - Switch models anytime using the model selector (Opus/Sonnet/Haiku)
- Use keyboard shortcuts:
Ctrl+J- Quick actionsCtrl+U- Common operationsEnter- Send messageShift+Enter- New line in input
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with β€οΈ by touwaeriol







