主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Shustanov
活动总数
70
最后的活动
2019年11月17日 15:17
成员加入日期
2018年07月17日 12:18
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
22
活动概览
帖子(20)
评论(21)
按最近的活动排序
最近的活动
投票数
创建于
2019年09月02日 11:09
Also, there is any analog of PsiSubstitutor for kotlin?
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin-Java type conversion
0 票
创建于
2019年09月02日 04:47
Hi! val converter = Converter.create(ktClass, ConverterSettings.defaultSettings, IdeaJavaToKotlinServices, { true }, {})val resultType = TypeConverter(converter).convertType(psiType)resultType.cano...
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin-Java type conversion
0 票
创建于
2019年08月30日 11:02
I found org.jetbrains.kotlin.j2k.TypeConverter, but it erases package name of the Entity class.
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin-Java type conversion
0 票
创建于
2019年08月27日 10:46
Resolved with `com.intellij.psi.PsiElement#getNavigationElement`
社区
IntelliJ IDEA Open API and Plugin Development
How to get kotlin class from UParameter type?
0 票
创建于
2019年08月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Line Markers are suddenly disappearing in kotlin file (UAST).
0 票
创建于
2019年08月22日 05:15
Hi! Thank you for your reply, but it is exactly what I do :)
社区
IntelliJ IDEA Open API and Plugin Development
Line Markers are suddenly disappearing in kotlin file (UAST).
0 票
创建于
2019年07月31日 10:52
Also, how to get enum annotation parameter from UAnnotation?
社区
IntelliJ IDEA Open API and Plugin Development
Default attributes for UAnnotations
0 票
创建于
2019年07月26日 10:08
Thank you!
社区
IntelliJ IDEA Open API and Plugin Development
Inheritors search for UAST
0 票
已编辑于
2019年07月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Why did you remove UAST classes without deprecation and ScheduledForRemoval annotation?
0 票
创建于
2019年07月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Why did you remove UAST classes without deprecation and ScheduledForRemoval annotation?
2 票
下一页
›
最后
»