主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nicolay Mitropolsky
活动总数
53
最后的活动
2023年04月03日 19:07
成员加入日期
2018年04月30日 14:11
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
17
活动概览
文章(0)
帖子(0)
评论(35)
按最近的活动排序
最近的活动
投票数
创建于
2019年08月27日 16:17
`PsiClassType` in case of Kotlin will resolve to `KtLightDeclaration<KtClassOrObject, PsiClass>` from which you can take `kotlinOrigin` which will be your `KtClassOrObject`. But actually it is li...
社区
IntelliJ IDEA Open API and Plugin Development
How to get kotlin class from UParameter type?
0 票
已编辑于
2019年08月26日 14:36
> By the way, as I understand, we can have several UClass instances at the same time for the same class? Do you mean caching? No UClasses are not cached so you'll create a new UClass instance ea...
社区
IntelliJ IDEA Open API and Plugin Development
Line Markers are suddenly disappearing in kotlin file (UAST).
0 票
创建于
2019年07月31日 15:23
正式评论
There is no guarantee that default attribute declaration is convertible to UAST (especially if there is no sources avaliable). You'll get more stable results if you'll work via `UAnnotation.javaPsi...
社区
IntelliJ IDEA Open API and Plugin Development
Default attributes for UAnnotations
0 票
创建于
2019年07月26日 08:38
正式评论
Hello! the recommend way to use `UClass` as a `PsiClass` is to call the `javaPsi` method of the `UClass`. > it also is highlighted as unstable. Hm, it is strange, it should be marked. Can you sha...
社区
IntelliJ IDEA Open API and Plugin Development
Inheritors search for UAST
0 票
创建于
2019年01月29日 12:04
正式评论
Hi! Expression annotation is a Kotlin specific feature and is not supported by UAST. If you want to somehow work with expression under annotations you should better use regular `PsiElementVisitor` ...
社区
IntelliJ IDEA Open API and Plugin Development
Expression Annotation parsed as org.jetbrains.uast.kotlin.UnknownKotlinExpression
0 票
创建于
2018年08月20日 15:43
> Why isnt' the "ORDER BY" displayed in the editor? > Is this intended behavior? Yes, it is intended behaviour, in the fragment-editor all suffixes replaced by a placeholder with text taken from or...
社区
IntelliJ IDEA Open API and Plugin Development
Java: Surround injected SQL dynamically
0 票
创建于
2018年08月20日 12:38
正式评论
Sorry I didn't get that we are talking about resolved elements, I thought it is about elements in sources we analyze. If you want to work with resolved element you should work via "descriptors". fo...
社区
IntelliJ IDEA Open API and Plugin Development
(Kotlin PSI) Check if class is a subclass of a particular class, that works for JVM and Common platforms?
0 票
创建于
2018年08月19日 20:24
正式评论
Hi! If I understand correctly what you want then probably `MultiHostRegistrar.addPlace` `suffix` and `prefix` parameters it what you are searching for
社区
IntelliJ IDEA Open API and Plugin Development
Java: Surround injected SQL dynamically
0 票
创建于
2018年08月13日 10:28
Probably it is really better to send me a whole project and point me to the problematic line. because I still didn't get what is wrong with `getValueArguments` on annotationEntry
社区
IntelliJ IDEA Open API and Plugin Development
(Kotlin PSI) Check if class is a subclass of a particular class, that works for JVM and Common platforms?
0 票
创建于
2018年08月02日 10:39
As we discussed earlier Light-classes will not work in "Common" modules (it is a bug). But through getAnnotationEntries everything should work
社区
IntelliJ IDEA Open API and Plugin Development
(Kotlin PSI) Check if class is a subclass of a particular class, that works for JVM and Common platforms?
0 票
«
第一页
‹
上一页
下一页
›
最后
»