Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nvh Haui
Total activity
9
Last activity
August 13, 2020 09:22
Member since
August 04, 2020 10:40
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Edited
August 05, 2020 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 votes
Created
August 05, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 votes
Created
August 05, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 votes
Created
August 05, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 votes
Created
August 04, 2020 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 { ...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 votes