主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
ordinarythinker
活动总数
11
最后的活动
2024年03月08日 00:10
成员加入日期
2024年03月03日 22:55
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
1
活动概览
帖子(0)
评论(5)
ordinarythinker
进行了评论,
2024年03月08日 00:10
Thanks a lot, it worked!
社区
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
0 票
ordinarythinker
进行了评论,
2024年03月03日 23:10
could you help me identify my mistake?if it's necessary, here is my repository to reproduce:https://github.com/ordinarythinker/jCat
社区
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
1 票
ordinarythinker
进行了评论,
2024年03月03日 23:07
and here is my plugin.xml: <idea-plugin> <id>com.ordinarythinker.jCat</id> <name>jCat</name> <vendor email="" url="https://github.com/ordinarythinker">Andrii D.</vendor> <descri...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
1 票
ordinarythinker
进行了评论,
2024年03月03日 23:06
here is my custom action code:package com.ordinarythinker.jcat import com.intellij.openapi.actionSystem.AnAction import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.a...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
1 票
ordinarythinker
进行了评论,
2024年03月03日 23:05
Hello, can you help me find what am I doing wrong? I'm getting the following error:java.lang.ClassCastException: class org.jetbrains.kotlin.psi.KtFile cannot be cast to class org.jetbrains.kotlin.p...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot Cast PsiElement to KtClass
1 票