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
May 11, 2017 17:05
Thanks... it's some kind of timing issue. isRunningOrPending never becomes false in that thread. I don't really want to use the test cases, because (in another respect), getting the highlight info ...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator problems after upgrade to 2017.1
0 votes
Created
May 10, 2017 16:40
That's a shame, thanks for your answer anyway. I don't suppose you are considering runtime reloading of plugins, via OSGi or anything like that? Might make life a bit easier for plugin developers.
Community
IntelliJ IDEA Open API and Plugin Development
programatically adding extensions
0 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
«
First
‹
Previous
Next
›
Last
»