Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Jamie Echlin
Total activity
157
Last activity
March 28, 2019 18:11
Member since
November 10, 2016 11:58
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
79
Activity overview
Posts (29)
Comments (48)
Sort by recent activity
Recent activity
Votes
Created
March 31, 2017 09:49
David... err, is that in relation to this topic?
Community
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
0 votes
Created
March 28, 2017 16:26
Thank you Peter, that worked - well, it did what I asked for. I'm not sure if this is a separate question, maybe. In my example above, the issue is that the object getThing is invoked on implements...
Community
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
0 votes
Created
March 28, 2017 08:17
Wow. Thanks Anna!
Community
IntelliJ IDEA Open API and Plugin Development
resolve generic types
0 votes
Edited
March 28, 2017 08:10
Hi Anna, I have a PsiMethod... which I get from psiClass.findMethodsByName. getReturnType on the PsiMethod gives me T for the example above. I think I can see what's happening here... when I call ...
Community
IntelliJ IDEA Open API and Plugin Development
resolve generic types
0 votes
Created
February 24, 2017 13:41
Thanks Daniil. I tried to debug it in a different way given that you are confirming I am doing it right. It turns out that the BaseScriptTransformationSupport is running before my transform, but a...
Community
IntelliJ IDEA Open API and Plugin Development
set psi class super class, completions not working
0 votes
Created
February 24, 2017 12:40
Hi Daniil - I do it in an AstTransformationSupport: @Override void applyTransformation(@NotNull TransformationContext context) { PsiClassType baseClass = ... context.setSuperType(baseClass) } I'm ...
Community
IntelliJ IDEA Open API and Plugin Development
set psi class super class, completions not working
0 votes
Created
February 19, 2017 18:57
I asked that recently too: https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000059670-convert-string-with-generics-to-PsiType
Community
IntelliJ IDEA Open API and Plugin Development
Create a new PSIClass with Generic type parameters
0 votes
Created
February 15, 2017 18:33
You're right... I was just trying to get for free some of what the action does. Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
detecting when actions are complete
0 votes
Created
February 15, 2017 18:04
Well, I would like to execute it and when it's done get the updated document contents...
Community
IntelliJ IDEA Open API and Plugin Development
detecting when actions are complete
0 votes
Created
February 03, 2017 15:29
Thanks Vladimir... I iterated the content entries for each module, which works ok. Your way may well be better... I'll bear it in mind. Thanks again.
Community
IntelliJ IDEA Open API and Plugin Development
find virtual file for relative path under content roots
0 votes
«
First
‹
Previous
Next
›
Last
»