主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Abnerzheng
活动总数
33
最后的活动
2017年05月09日 09:52
成员加入日期
2017年02月14日 08:54
关注
1 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
帖子(5)
评论(23)
按最近的活动排序
最近的活动
投票数
创建于
2017年02月28日 03:17
/** * main.js */define(["./a.js"], function(aaaa){ aaaa.<caret>})/** * a.js */define([], function(){ return { "test" : 1, "test2" : 2, "ItsAFun": function(){ console.lo...
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年02月28日 02:58
Could you please tell me whether `the next IDEA version` you mentioned is the same as EAP downloadable in the jetbrain website? If not, when will this version be published?
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年02月27日 14:01
hi, Konstantin. The code written shows above is using its own module system, which is different from Amd Module. I have wrote path resolve code for its package. So it's ok to use JSTypeEvaluator#ad...
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年02月23日 04:52
Thanks Peter. I'll look into the api you offered.
社区
IntelliJ IDEA Open API and Plugin Development
How could I get a valid LookupElement set for the path auto completion?
0 票
创建于
2017年02月22日 10:54
Never mind. I have fixed this problem. Just remember the lookupstring of lookupitem should have the same prefix which is the content of myInRangeElement. Am I wrong?
社区
IntelliJ IDEA Open API and Plugin Development
How could I get a valid LookupElement set for the path auto completion?
0 票
已编辑于
2017年02月15日 02:18
Do you means that I should change the grammar of template language, changing `on-mouseenter={this.toggleSubmenu($event,true)}` to `on-mouseenter="{this.toggleSubmenu($event,true)}"`。 If so, I'm afr...
社区
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
0 票
创建于
2017年02月14日 15:57
Now I have found a critical problem. Here is my code. And now I have found that I couldn't type in '=', and when I type in other word, it will be block. I thought result is just for creating a vi...
社区
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
0 票
已编辑于
2017年02月14日 15:28
Hi, Peter Thanks a lot. Your idea really works! There are still a problem, though it may not a big deal. As the picture shows below, the code `class="menu-item {item.className || '''}"` should be...
社区
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
0 票
创建于
2017年02月14日 11:09
Hi, Peter I have updated my code above. Could you see it?
社区
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
0 票
已编辑于
2017年02月14日 11:05
Thanks for reply. Your solution seems fantastic. But how can I use TemplateDataElementType? The only way I can figure out is the extents a new class base on TemplateDataElementType, and override ...
社区
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
0 票
«
第一页
‹
上一页