主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ilya Kirillov
活动总数
8
最后的活动
2024年08月08日 08:52
成员加入日期
2021年03月17日 10:37
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(0)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2021年03月17日 13:30
As I can see by your code, you are using Kotlin UI DSL. Kotlin UI DSL already have function for creating text fields. Please, take a look at `com.intellij.ui.layout.Cell.textField`. It should be av...
社区
IntelliJ IDEA Open API and Plugin Development
ClassNotFoundException: org.jetbrains.kotlin.tools.projectWizard.wizard.ui.UiKt
1 票
创建于
2023年02月23日 12:52
Disclaimer: J2K is not supposed to be used outside of Kotlin IntelliJ plugin and it does not have any public API, so everything in the API and implementation might be changed. By the exception you ...
社区
IntelliJ IDEA Open API and Plugin Development
NewJavaToKotlinConverter.filesToKotlin giving "java.lang.IllegalStateException: Calling invokeAndWait from read-action leads to possible deadlock."
0 票
创建于
2022年12月07日 12:07
Sorry for the long reply. You should be able to compile the project which will use your extensions. Kotlin compiler knows nothing about them, so you need to write either a compiler plugin (I've pro...
社区
IntelliJ IDEA Open API and Plugin Development
How can I modify Kotlin code with PSI?
0 票
创建于
2022年11月23日 12:39
Hi! Unfortunately, generating the Kotlin PSI on the fly for use by the Kotlin resolve is impossible. Java resolution in the IDE uses PSI to resolve things, and that's why it works for Java. Kotlin ...
社区
IntelliJ IDEA Open API and Plugin Development
How can I modify Kotlin code with PSI?
0 票
创建于
2021年03月17日 10:37
The `UiKt` is a set of util functions which are not supposed to be used outside Kotlin project wizard in Kotlin plugin. Which exact function from `UiKt` do you need? Also, you can found source code...
社区
IntelliJ IDEA Open API and Plugin Development
ClassNotFoundException: org.jetbrains.kotlin.tools.projectWizard.wizard.ui.UiKt
0 票