主页
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年05月11日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator problems after upgrade to 2017.1
0 票
创建于
2017年05月10日 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.
社区
IntelliJ IDEA Open API and Plugin Development
programatically adding extensions
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»