Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexey
Total activity
24
Last activity
September 11, 2020 13:41
Member since
December 09, 2016 23:16
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
2
Activity overview
Posts (1)
Comments (19)
Sort by recent activity
Recent activity
Votes
Created
December 14, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 14, 2016 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
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 14, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 13, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 12, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 12, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Edited
December 12, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 12, 2016 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()
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 12, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 12, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
«
First
‹
Previous