主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Martin Hofmann-Sobik
活动总数
9
最后的活动
2022年08月01日 18:11
成员加入日期
2021年08月17日 11:58
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2022年08月01日 18:11
Thanks Karol for your help, that was the missing part. Now everything works properly. (I thought, that the dependencies would be generated by the patchPluginXml based on the platformPlugins attribu...
社区
IntelliJ IDEA Open API and Plugin Development
How to create an inspection for JavaScript?
0 票
创建于
2022年07月29日 17:31
Hi Karol, thanks that got me a step closer. My first error was what I missed the JavaScript plugin, which I now have added. platformPlugins =com.intellij.jsp, JavaScript Then I switched from checkF...
社区
IntelliJ IDEA Open API and Plugin Development
How to create an inspection for JavaScript?
0 票
创建于
2021年09月10日 10:08
Disabling searchable options solved my problem. Didn't expect that it is an optional task. Thanks a lot for your help. For others which read this, here's also the Kotlin DSL variant: tasks.getByNam...
社区
IntelliJ IDEA Open API and Plugin Development
How to use Java EE: Web classes in 2021.2
0 票
创建于
2021年09月07日 13:35
Thanks Yann, that brought me one step further. After adding the EJB version and also the transitive JPA dependency of EJB IntelliJ can build the project and I can start runIde. But unfortunately bu...
社区
IntelliJ IDEA Open API and Plugin Development
How to use Java EE: Web classes in 2021.2
0 票
创建于
2021年08月18日 13:39
Thanks for your answer, unfortunately this does not work for me. IntelliJ does not find this plugin. platformPlugins = com.intellij.java,com.intellij.jsp,com.intellij.spring,com.intellij.javaee.web...
社区
IntelliJ IDEA Open API and Plugin Development
How to use Java EE: Web classes in 2021.2
0 票