主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文 English (United States)
登录

Vladimir Dolzhenko

Avatar
  • 活动总数 5
  • 最后的活动 2022年07月13日 07:18
  • 成员加入日期 2021年08月19日 10:01
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
活动概览 帖子(0) 评论(3)
按最近的活动排序 最近的活动 投票数
  • 创建于 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, ...
    1. 社区
    2. IntelliJ IDEA Open API and Plugin Development
    3. How to check if PsiElement is a kotlin constant
    • 1 票
  • 创建于 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...
    1. 社区
    2. IntelliJ IDEA Open API and Plugin Development
    3. Is there a PsiElementFinder for kotlin?
    • 0 票
  • 创建于 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...
    1. 社区
    2. IntelliJ IDEA Open API and Plugin Development
    3. Is there a PsiElementFinder for kotlin?
    • 0 票
Copyright © 2000– JetBrains s.r.o.