Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Martin Hofmann-Sobik
Total activity
9
Last activity
August 01, 2022 18:11
Member since
August 17, 2021 11:58
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
August 01, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to create an inspection for JavaScript?
0 votes
Created
July 29, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to create an inspection for JavaScript?
0 votes
Created
September 10, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to use Java EE: Web classes in 2021.2
0 votes
Created
September 07, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to use Java EE: Web classes in 2021.2
0 votes
Created
August 18, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to use Java EE: Web classes in 2021.2
0 votes