主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jamie Echlin
活动总数
157
最后的活动
2019年03月28日 18:11
成员加入日期
2016年11月10日 11:58
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
79
活动概览
帖子(29)
评论(48)
按最近的活动排序
最近的活动
投票数
创建于
2017年03月31日 09:49
David... err, is that in relation to this topic?
社区
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
0 票
创建于
2017年03月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
0 票
创建于
2017年03月28日 08:17
Wow. Thanks Anna!
社区
IntelliJ IDEA Open API and Plugin Development
resolve generic types
0 票
已编辑于
2017年03月28日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
resolve generic types
0 票
创建于
2017年02月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
set psi class super class, completions not working
0 票
创建于
2017年02月24日 12:40
Hi Daniil - I do it in an AstTransformationSupport: @Override void applyTransformation(@NotNull TransformationContext context) { PsiClassType baseClass = ... context.setSuperType(baseClass) } I'm ...
社区
IntelliJ IDEA Open API and Plugin Development
set psi class super class, completions not working
0 票
创建于
2017年02月19日 18:57
I asked that recently too: https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000059670-convert-string-with-generics-to-PsiType
社区
IntelliJ IDEA Open API and Plugin Development
Create a new PSIClass with Generic type parameters
0 票
创建于
2017年02月15日 18:33
You're right... I was just trying to get for free some of what the action does. Thanks.
社区
IntelliJ IDEA Open API and Plugin Development
detecting when actions are complete
0 票
创建于
2017年02月15日 18:04
Well, I would like to execute it and when it's done get the updated document contents...
社区
IntelliJ IDEA Open API and Plugin Development
detecting when actions are complete
0 票
创建于
2017年02月03日 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.
社区
IntelliJ IDEA Open API and Plugin Development
find virtual file for relative path under content roots
0 票
«
第一页
‹
上一页
下一页
›
最后
»