Alan He
- 活动总数 61
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 21
-
已编辑于 IPopupChooserBuilder support filter list?
已回答How to support filter list when I input word like 3.xxx , the list can be filtered -
已编辑于 What is Show npm script actionId and groupId
已完成I can't find some actionId and groupId,like Show npm scripts. I am developing a plugin and need add menu to the group. -
创建于 unable to read tree
已回答When I debug plugin and trigger action, error occurs. ``` at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:150)at com.intellij.vcs.log.impl.HeavyAwar... -
已编辑于 plugin contained npm command,not work
已回答I am writing a plugin for the idea, the idea's function is executed npm command. When I debug plugin , It works fine, but not work when use build jar. source code:https://github.com/alanhg/v... -
已编辑于 What's the name of popup list ui component
已回答I want to show a droplist component like this. ide SDK has a component? and how to do it? -
创建于 class file for com.intellij.openapi.ui.popup.PopupStep not found
已回答Error:(24, 41) java: cannot access com.intellij.openapi.ui.popup.PopupStepclass file for com.intellij.openapi.ui.popup.PopupStep not found -
已编辑于 how can I get the word where the cursor is focused in one action
已回答I am writing a plugin, and I want to ask everyone, how can I get the word where the cursor is focused in one action? The scenario is that I will focus on the package name, right-c...