[BUG] Claude code intellij plugin not able to open the diff view

Resolved 💬 4 comments Opened Feb 28, 2026 by chensiiLiu Closed Mar 28, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

No diff view popped up in Intellij when making changes in a Claude Code session opened in Intellij by clicking the Claude code icon in Intellij. Can only see the diff in terminal UI.

Tried all suggestions from Claude code but it still did not work

  1. Make sure the Claude Code plugin is installed in IntelliJ: Go to
  Settings → Plugins → search "Claude Code" → verify it's installed and
  enabled. Restart IntelliJ fully after installing.
  2. Run Claude from IntelliJ's integrated terminal: Instead of connecting
  via /ide from an external terminal, try opening IntelliJ's built-in
  terminal and running claude directly from there. This is the most reliable
   way for the IDE to detect Claude.
  3. Check the diff tool setting: Inside Claude Code, run /config and make
  sure the diff tool is set to auto.
  4. Verify the Claude command path: In IntelliJ go to Settings → Tools →
  Claude Code [Beta] and make sure the Claude command field points to the
  right path (e.g., claude or /usr/local/bin/claude).
  5. Full IDE restart: Not just closing the window — fully quit and reopen
  IntelliJ.

System: Mac OS
Claude Code version: 2.1.62

What Should Happen?

Claude should open a side-by-side diff view window in Intellij

Error Messages/Logs

Steps to Reproduce

  1. Click the Claude Code icon in Intellij
  2. Ask Claude to make some changes
  3. After the change is done, Claude will show the diff change in terminal UI, but no Intellij window is opened.

Claude Model

None

Is this a regression?

No, this never worked

Last Working Version

_No response_

Claude Code Version

2.1.62

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

iTerm2

Additional Information

_No response_

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗