Supported IDEs
- IntelliJ IDEA (Java, Kotlin)
- WebStorm (JavaScript, TypeScript)
- PyCharm (Python)
- GoLand (Go)
- Rider (.NET)
- CLion (C/C++)
- DataGrip (databases)
- Any other JetBrains IDE
Installation
Install the JetBrains plugin
In your JetBrains IDE: Settings → Plugins → Marketplace, search for “Claude Code”, and install.
Features
The JetBrains integration provides the same capabilities as VS Code:Open file awareness
Claude sees your current file without you pasting it
Selection context
Highlight code for Claude to work on specifically
Navigation
Claude opens files and jumps to lines in the editor
Diff review
Changes shown as standard JetBrains diffs
Usage
With the plugin connected, Claude responds to questions about your open file automatically:The bridge uses a local socket connection — all communication stays on your machine. The plugin does not send your code to any server independently of Claude Code.
LSP integration
Claude Code also integrates with your IDE’s Language Server Protocol (LSP) client viaLSPTool. This allows Claude to query type information, go-to-definition results, and diagnostics from your language server — giving it the same semantic understanding your IDE has.