[BUG] Can't detect running IDE
Resolved 💬 6 comments Opened Jan 14, 2026 by euisong-jung-navercorp Closed Mar 1, 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?
Claude code can not detect IDE(intelliJ idea).
What Should Happen?
Claude code should detect running IDE, intelliJ idea.
Error Messages/Logs
Could not launch Claude Code: Please ensure Claude code is installed and the 'claude' command is in your system path.
Steps to Reproduce
- install claude code with cmd option
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd - set path variable e.g.
C:\Users\username\.local\bin - install claude plugin in idea
- run claude code using plugin action
- claude launches in terminal tab with label: "Claude Code"
- code launches successfully but plugin says: "Could not launch Claude Code"
/idecommand in code says: "No available IDEs detected."
Claude Model
Opus 4.5
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.7
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
IntelliJ IDEA terminal
Additional Information
IntelliJ Idea terminal is backed by cmd.exe
IntelliJ Idea is 2025.1.2 CE
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗