主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Vladimir Dolzhenko
活动总数
5
最后的活动
2022年07月13日 07:18
成员加入日期
2021年08月19日 10:01
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(0)
评论(3)
Vladimir Dolzhenko
进行了评论,
2022年07月13日 07:18
Kotlin looks up classes from `KotlinJavaPsiFacade` (it is visible on your screenshot) that effectively delegates requests to PsiElementFinder extension points (e.g. one special hack is `KotlinScrip...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a PsiElementFinder for kotlin?
0 票
Vladimir Dolzhenko
进行了评论,
2022年07月12日 15:46
No, there is no specific PsiElementFinder for Kotlin - no reason for that as Kotlin is compiled into java bytecode. To maintain java-kotlin interop plugin uses so called LightClasses to mimic Java...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a PsiElementFinder for kotlin?
0 票
Vladimir Dolzhenko
进行了评论,
2021年08月19日 10:01
There is quite useful action View PSI Structure that is enabled in so-called internal mode http://www.jetbrains.org/intellij/sdk/docs/reference_guide/internal_actions/enabling_internal.html : so, ...
社区
IntelliJ IDEA Open API and Plugin Development
How to check if PsiElement is a kotlin constant
1 票