Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Abnerzheng
Total activity
33
Last activity
May 09, 2017 09:52
Member since
February 14, 2017 08:54
Following
1 user
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (5)
Comments (23)
Sort by recent activity
Recent activity
Votes
Created
February 28, 2017 03:17
/** * main.js */define(["./a.js"], function(aaaa){ aaaa.<caret>})/** * a.js */define([], function(){ return { "test" : 1, "test2" : 2, "ItsAFun": function(){ console.lo...
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
February 28, 2017 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?
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
February 27, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
February 23, 2017 04:52
Thanks Peter. I'll look into the api you offered.
Community
IntelliJ IDEA Open API and Plugin Development
How could I get a valid LookupElement set for the path auto completion?
0 votes
Created
February 22, 2017 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?
Community
IntelliJ IDEA Open API and Plugin Development
How could I get a valid LookupElement set for the path auto completion?
0 votes
Edited
February 15, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
0 votes
Created
February 14, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
0 votes
Edited
February 14, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
0 votes
Created
February 14, 2017 11:09
Hi, Peter I have updated my code above. Could you see it?
Community
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
0 votes
Edited
February 14, 2017 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How Can I prevent FragmentElementType from affect native HTML parsing?
0 votes
«
First
‹
Previous