主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dennis Ushakov
活动总数
833
最后的活动
2018年11月23日 21:33
成员加入日期
2009年03月30日 18:01
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
330
活动概览
文章(0)
帖子(0)
评论(502)
按最近的活动排序
最近的活动
投票数
创建于
2017年08月16日 11:39
Hi Mark, sorry for the delayed reply. Let's start with the simple problem first: parenthesis. Parenthesis are not shown for setters and getters because you can use such functions without explicit p...
社区
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
0 票
创建于
2017年04月15日 16:16
You need to find where ERB instance is created and replace it with sample above. Rails ERB templates should be fine without any additional work
社区
RubyMine
Debug erb file in ruby ?
0 票
创建于
2017年04月11日 12:02
Unfortunately, there's no generic way to do so, we plan to address that at some point, but can't promise that it will happen anytime soon. So you can use Resource roots
社区
IntelliJ IDEA Open API and Plugin Development
Resource roots in WebStorm
0 票
创建于
2017年03月14日 14:57
Hi Karol, would you be so kind to share your diff against master and a sample project? That would help a lot with understanding of what's going on
社区
IntelliJ IDEA Open API and Plugin Development
References highlighting in template language
0 票
创建于
2016年12月23日 15:56
You can probably try following approach - return html attribute as a resolve result and handle rename in attribute descriptor.To provide attribute descriptor you'll need AttributeDescriptorProvider...
社区
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
0 票
创建于
2016年12月23日 14:45
Sorry for the delayed reply. What parts of `data-sly-test.someValue` could possibly be renamed?
社区
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
0 票
创建于
2016年12月19日 14:46
Sorry for the delayed reply. It should be enough to provide token of com.intellij.lang.javascript.types.JSEmbeddedContentElementType class. You can use existing ones (com.intellij.lang.javascript.J...
社区
IntelliJ IDEA Open API and Plugin Development
How do I debug com.intellij.psi.impl.source.tree.CompositeElement.java?
0 票
创建于
2016年12月13日 17:40
Hi Irina, Peter is absolutely right, our JS implementation is not open-source, so this code is obfuscated on purpose. Do you have any pointers to these JS-transpiled language plugins so I can see w...
社区
IntelliJ IDEA Open API and Plugin Development
How do I debug com.intellij.psi.impl.source.tree.CompositeElement.java?
0 票
创建于
2016年12月13日 17:22
The question is why does pluginY (BTW can you post the link to it?) register annotator for both JavaScript and Flow, just JavaScript should be fine. Nope, I'm suggesting the other way around: regis...
社区
IntelliJ IDEA Open API and Plugin Development
External annotators for a base language are ignored when another external annotator exists for a more specific flavor
0 票
创建于
2016年12月13日 14:57
That's how language extension points used to work for quite a while, are you sure that you haven't started registering new annotator recently?It's not always correct to pick language extensions (ev...
社区
IntelliJ IDEA Open API and Plugin Development
External annotators for a base language are ignored when another external annotator exists for a more specific flavor
0 票
«
第一页
‹
上一页
下一页
›
最后
»