主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Daniel Welch
活动总数
30
最后的活动
2018年04月03日 14:32
成员加入日期
2016年05月14日 03:30
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
7
活动概览
帖子(6)
评论(15)
按最近的活动排序
最近的活动
投票数
创建于
2018年04月03日 14:32
Also Metaer (and this goes without saying) make sure you have "DemoAttributeCompletionContributor" registered in your plugin.xml. Also: just out of curiosity, why is typeChar ' @ ' ... shouldn't it...
社区
IntelliJ IDEA Open API and Plugin Development
about invokeAutoPopup()
0 票
创建于
2017年11月28日 20:31
O.k., I might've gotten it working? I'll update this once I figure out how I did it :)
社区
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 票
创建于
2017年11月28日 20:23
I just don't get it. It says my content root is "foo", and I've marked "src" as a source root. It's as if it's just treating "intellij-community" as my source root, even though I've set it to somet...
社区
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 票
创建于
2017年11月28日 19:17
Right. I'm not sure though how I tell it not to do that :)
社区
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 票
创建于
2017年11月28日 19:13
There is no package prefix set.
社区
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 票
创建于
2017年11月28日 18:37
is this what you needed?
社区
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 票
创建于
2017年11月28日 18:37
社区
IntelliJ IDEA Open API and Plugin Development
package confusion with Intellij 2017.2.6
0 票
创建于
2017年10月19日 17:15
Thanks! That worked nicely. I just added one blank character to the lookup element presentation's tail-text. This ultimately seemed easier than subclassing and I don't see any observable downside.
社区
IntelliJ IDEA Open API and Plugin Development
Keeping completion list open on an exact single match
0 票
创建于
2017年01月25日 16:45
Ah! So I think I finally figured this out. The trick was to implement autopopup (as follows): public boolean invokeAutoPopup(@NotNull PsiElement position, char typeChar) { return typeChar == ':'...
社区
IntelliJ IDEA Open API and Plugin Development
completion contributor trigger
0 票
创建于
2017年01月24日 23:38
Hmm, still am having a lot of trouble with the pattern. The problem is, I can't get ANY patterns which don't start with letters to trigger this thing... What in the world could I be doing wrong her...
社区
IntelliJ IDEA Open API and Plugin Development
completion contributor trigger
0 票
下一页
›
最后
»