junpei nomura
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
-
junpei nomura created a post, I have zsh configured in WebStorm, but bash starts
As the title says, for some reason bash starts in Terminal. - Settings → Terminal → Application Settings → Shell path: /bin/zsh- When I launch Terminal and execute `echo $SHELL`, `/bin/bash` is dis... -
junpei nomura created a post, When using JetBrains AI Assistant with Ollama, MCP Server Tools not worked
1. Set MCP Servers at `Settings | Tools | AI Assistant | Model Context Protocol (MCP)`https://github.com/modelcontextprotocol/servers/tree/main/src/everything2. Set Enable Ollama at `Settings | Too... -
-
-
junpei nomura created a post, Seeking AI Integration Solutions for JetBrains IDEs Similar to Cline in VSCode and Cursor
I've been a long-time user of JetBrains IDEs, and with the recent advancements in AI technology, there are now more options for IDE clients that integrate AI agents. Specifically, Cline in VSCode a... -
-
junpei nomura created a post, Since webstorm 2019 2, vim-plugin has become unstable
What steps will reproduce the problem? Try text search with text "/" with vim-plugin on I can not type well when I try to type full-width characters Return to normal mode with ESC key "/"... -
junpei nomura created a post, rubymine cannot jump to class with namespace.
Hi in case below. class Parent::Aendclass Aend I typed "ctrl-]" to jump to Parent::A class definition. class B < Parent::Aend but in fact, I jumped to A class definition. how can i resolve it?