主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imjustjavad
活动总数
10
最后的活动
2024年08月06日 08:13
成员加入日期
2024年07月30日 09:16
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
3
活动概览
帖子(2)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2024年08月03日 12:26
https://plugins.jetbrains.com/docs/intellij/run-configurations-tutorial.html#implement-a-runconfiguration
社区
IntelliJ IDEA Open API and Plugin Development
How to define custom runConfiguration or runConfigurationFactory in plugin.xml file? (if needed)
1 票
创建于
2024年08月06日 08:13
thanks.
社区
IntelliJ IDEA Open API and Plugin Development
how to create a new test framewok plugin?
0 票
已编辑于
2024年08月01日 07:09
hello, i think this works: public static boolean isMapType(PsiType psiType, Project project) { if (psiType == null || project == null) { return false; } JavaPsiFacade facade = ...
社区
IntelliJ IDEA Open API and Plugin Development
How to judge PsiType implements java.util.Map
0 票