主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexey
活动总数
24
最后的活动
2020年09月11日 13:41
成员加入日期
2016年12月09日 23:16
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
2
活动概览
帖子(1)
评论(19)
按最近的活动排序
最近的活动
投票数
创建于
2016年12月14日 14:42
But isn't it too complex? Parametrisation can be either on class level or on method level. But when we have PsiParameter we are quite isolated and can work with it.
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月14日 12:50
By the way, the HEAD version of plugin is not compilable for me. So I had to get sources of latest release here https://github.com/mplushnikov/lombok-intellij-plugin/releases/tag/releasebuild_0.13
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月14日 12:43
Thank you for reply. 1. I am trying to understand in particular example how can I proceed here. Let's say I have PsiType called sourceType (I got it from psiParameter.getType()). And I know that it...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月13日 10:08
2. I am not sure that we have to go deeper here. If you look here https://github.com/mplushnikov/lombok-intellij-plugin/blob/dc820d5bf636456fdddf61ff3f0b6fdb3f37e0c2/src/main/java/de/plushnikov/int...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月12日 23:25
Sorry, look like I didn't get your answer clearly. First I did a bit more complex example, here is it: https://gist.github.com/ice-pro/a50ff75cec1e300841d724993d79e181 And the sequence of actions b...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月12日 17:21
Can you please give me some hints using java code?Because it looks like my solution is quite similar to what you are proposing but still it is a bit slow.
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
已编辑于
2016年12月12日 17:18
I found an answer for my previous question about type parameter.I have to "resolve" type first and then if it is PsiTypeParameter then I can just use it as is. But unfortunately I still have perfor...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月12日 16:40
But how to generate this type parameter? And where from did you get the line above? I have the following:public static <T extends Number> GenericsBuilderTest.GenericsBuilderTestBuilder<T> builder()
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月12日 15:12
I am working on lombok plugin itself. Here are two related bugs: https://github.com/mplushnikov/lombok-intellij-plugin/issues/306 https://github.com/mplushnikov/lombok-intellij-plugin/issues/127 ...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月12日 13:34
Hi Anna, I would like to begin with the following piece of code https://gist.github.com/ice-pro/faa81fc7dcd9386a19eb66b106e0a907.To have it compilable you need this dependency https://projectlombok...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
«
第一页
‹
上一页