[BUG] JetBrains plugin does not find my mise-installed claude-code
Environment
- Platform (select one):
- [ ] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [x] Other: Claude Code JetBrains plugin
- Claude CLI version: 1.0.0 (Claude Code)
- Operating System: macOS 15.5 (24F74)
- Terminal: kitty
Bug Description
I installed the claude executable into my mise-managed node installation. The JetBrains plugin (running in RubyMine) always shows the following:
Steps to Reproduce
- Set up mise on a Mac.
mise use node@latestnpm install -g @anthropic-ai/claude-codeclaude --version(works)- Install Claude Code [Beta] plugin in RubyMine
- Restart RubyMine to load the plugin
- Press Cmd-Esc to activate Claude Code
Expected Behavior
The plugin should work, or at least have some configuration setting where I can set the location of the command.
Actual Behavior
The plugin cannot find my claude executable.
Additional Context
~ ❱ /usr/local/bin/claude --version
1.0.0 (Claude Code)
~ 1.6s ❱ which claude
/Users/grant/.local/share/mise/installs/node/24.0.2/bin/claude
~ ❱ claude --version
1.0.0 (Claude Code)
~ 5.2s ❱ node --version
v24.0.2
~ ❱ which node
/Users/grant/.local/share/mise/installs/node/24.0.2/bin/node
~ ❱ which claude
/Users/grant/.local/share/mise/installs/node/24.0.2/bin/claude
~ ❱ ln -s ~/.local/share/mise/shims/claude /usr/local/bin/claude
~ ❱ /usr/local/bin/claude --version
1.0.0 (Claude Code)
Thanks for the report, let me take a look!
I had the same issue, and solved it with these steps:
which claude-> returned/home/antoine/.npm-global/bin/claudesudo ln -s /home/antoine/.npm-global/bin/claude /usr/local/bin(thank you @nertzy for this)- restart JetBrains (mandatory)
We have reworked the notification logic in the latest 0.1.6-beta update of the plugin. When you get a chance, please give it a spin and see if this issue is still happening for you!
With the latest plugin update v0.1.6-beta, we have reworked the notification to show up 10s after you press the button and there's been no active connection.
We also included a setting (in Settings > Tools > Claude Code [Beta]) to allow you to specify a custom Claude command to run for the Claude button.
Please let us know if you still see any issues with the latest update!
Should be resolved now but please reopen if not!
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.