Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dennis Ushakov
Total activity
833
Last activity
November 23, 2018 21:33
Member since
March 30, 2009 18:01
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
330
Activity overview
Articles (0)
Posts (0)
Comments (502)
Sort by recent activity
Recent activity
Votes
Created
August 16, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
0 votes
Created
April 15, 2017 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
Community
RubyMine
Debug erb file in ruby ?
0 votes
Created
April 11, 2017 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
Community
IntelliJ IDEA Open API and Plugin Development
Resource roots in WebStorm
0 votes
Created
March 14, 2017 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
Community
IntelliJ IDEA Open API and Plugin Development
References highlighting in template language
0 votes
Created
December 23, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
0 votes
Created
December 23, 2016 14:45
Sorry for the delayed reply. What parts of `data-sly-test.someValue` could possibly be renamed?
Community
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
0 votes
Created
December 19, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I debug com.intellij.psi.impl.source.tree.CompositeElement.java?
0 votes
Created
December 13, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I debug com.intellij.psi.impl.source.tree.CompositeElement.java?
0 votes
Created
December 13, 2016 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...
Community
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 votes
Created
December 13, 2016 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...
Community
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 votes
«
First
‹
Previous
Next
›
Last
»