junpei nomura
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
-
junpei nomura 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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?