Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Shustanov
Total activity
70
Last activity
November 17, 2019 15:17
Member since
July 17, 2018 12:18
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
22
Activity overview
Posts (20)
Comments (21)
Sort by votes
Recent activity
Votes
Created
July 08, 2019 10:03
Consider Idea versions 183.4284.148 and 191.7479.19. In first we have `UElementPattern#callParameter`. In the 191 the method was moved to child class `UExpressionPattern`. As I understood, it leads...
Community
IntelliJ IDEA Open API and Plugin Development
Why did you remove UAST classes without deprecation and ScheduledForRemoval annotation?
2 votes
Created
September 02, 2019 11:09
Also, there is any analog of PsiSubstitutor for kotlin?
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin-Java type conversion
0 votes
Created
September 02, 2019 04:47
Hi! val converter = Converter.create(ktClass, ConverterSettings.defaultSettings, IdeaJavaToKotlinServices, { true }, {})val resultType = TypeConverter(converter).convertType(psiType)resultType.cano...
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin-Java type conversion
0 votes
Created
August 30, 2019 11:02
I found org.jetbrains.kotlin.j2k.TypeConverter, but it erases package name of the Entity class.
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin-Java type conversion
0 votes
Created
August 27, 2019 10:46
Resolved with `com.intellij.psi.PsiElement#getNavigationElement`
Community
IntelliJ IDEA Open API and Plugin Development
How to get kotlin class from UParameter type?
0 votes
Created
August 22, 2019 12:45
Thank you! I used `getUParentForIdentifier` and now it works. By the way, as I understand, we can have several UClass instances at the same time for the same class? My now code look like: overri...
Community
IntelliJ IDEA Open API and Plugin Development
Line Markers are suddenly disappearing in kotlin file (UAST).
0 votes
Created
August 22, 2019 05:15
Hi! Thank you for your reply, but it is exactly what I do :)
Community
IntelliJ IDEA Open API and Plugin Development
Line Markers are suddenly disappearing in kotlin file (UAST).
0 votes
Created
July 31, 2019 10:52
Also, how to get enum annotation parameter from UAnnotation?
Community
IntelliJ IDEA Open API and Plugin Development
Default attributes for UAnnotations
0 votes
Created
July 26, 2019 10:08
Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Inheritors search for UAST
0 votes
Edited
July 09, 2019 10:59
Another problem. In 183 `UastReferenceProvider` had default constructor without arguments, but in 191 it does not. It has a constructor with a default value for `supportedUElementTypes`, but as I r...
Community
IntelliJ IDEA Open API and Plugin Development
Why did you remove UAST classes without deprecation and ScheduledForRemoval annotation?
0 votes
Next
›
Last
»