主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nvh Haui
活动总数
9
最后的活动
2020年08月13日 09:22
成员加入日期
2020年08月04日 10:40
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
2
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
已编辑于
2020年08月05日 08:32
In my company I can not upload source. Do you have any repository and tutorial about KtClass.I want to create a plugin which can create test for kotlin file. I want to deep search in KtClass but I ...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 票
创建于
2020年08月05日 08:18
I think it's not relate my problem. current i can not get kt class from PsiElement. This is my code public static KtClass getKtClassForElement(@NotNull PsiElement psiElement) { System.out.printl...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 票
创建于
2020年08月05日 04:25
Updatein plugin.xml I added <depends>org.jetbrains.kotlin</depends><depends>com.intellij.modules.java</depends> in build.grableI added dependencies { implementation "org.jetbrains.kotlin:kotlin...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 票
创建于
2020年08月05日 02:48
after I add plugins = ['java', 'Kotlin'] I got error Cannot find builtin plugin java for IDE: C:\Users\hung.nv14\.gradle\caches\modules-2\files-2.1\com.jetbrains.intellij.idea\ideaIC\2018.3.6\be4a...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 票
创建于
2020年08月04日 10:40
Hello Mr Yann Cebron I cannot find import org.jetbrains.kotlin.com.intellij.psi.PsiElement; This is my build.gradel buildscript { repositories { mavenCentral() } dependencies { ...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 票