claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] Claude Code does not detect Jetbrains IDE on Windows WSL

Open masda70 opened this issue 5 months ago • 98 comments
trafficstars

Environment

  • Platform (select one):
    • [X] Anthropic API
    • [ ] AWS Bedrock
    • [ ] Google Vertex AI
    • [ ] Other:
  • Claude CLI version: 1.0.0
  • Operating System: Windows 10 - WSL 2.2.4.0 with Ubuntu 22.04
  • Terminal: bash over WSL launched from Powershell 7

Bug Description

Jetbrains / PyCharm integration with Claude using the new Claude Code 0.1.3-beta plugin does not work

Steps to Reproduce

  1. Install claude on WSL
  2. Isntall Claude Code plugin on Jetbrains
  3. run Claude Code from Jetbrains
  4. run /config , and /ide commands within Claude Code
  5. let Claude Code edit files
  6. Restart multiple times IntelliJ as per the docs https://docs.anthropic.com/en/docs/claude-code/ide-integrations
  7. Repeat tests

Expected Behavior

/config -> Set the diff tool to auto for automatic IDE detection /ide -> should command show integration with Jetbrains

Claude should show "Opened changes in IntelliJ..." when editing files and IntelliJ should display the diff

Actual Behavior

/config -> there are no "diff tool" settings

/ide command returns "No available IDEs detected. Make sure your IDE has the Claude Code extension or plugin installed and is running."

Let Claude Code edit files -> Changes are shown on the Claude Code's terminal

Additional Context

N/A

masda70 avatar May 22 '25 18:05 masda70