主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Martynas Šateika
活动总数
25
最后的活动
2022年12月08日 09:08
成员加入日期
2017年11月28日 02:56
关注
0 名用户
关注者数
0 名用户
投票数
6
订阅数
6
活动概览
帖子(5)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2019年02月14日 22:51
This is great, did not know about UAST before. Thank you very much for the pointers, I'll play around with it!
社区
IntelliJ IDEA Open API and Plugin Development
Supporting both Kotlin and Java
1 票
创建于
2019年05月09日 22:07
Hey Dmitry, sorry for the late reply. Just got back to this again. Yes, inspection providers outside my plugin do, for instance the "Convert to primary constructor" one. I changed the suppressor's ...
社区
IntelliJ IDEA Open API and Plugin Development
InspectionSuppressor only receives elements of type KtFile
0 票
已编辑于
2019年04月24日 21:11
Welp, I must have been doing something wrong before. I followed your advice now and built it using the following libraries. Works perfectly in both PhpStorm 2016.1.1 and 2019.1.1! <orderEntry type=...
社区
IntelliJ IDEA Open API and Plugin Development
Supporting older versions of an IDE
0 票
创建于
2019年02月18日 23:29
Thanks very much for the info guys. I'll keep exploring the APIs to get rid of all inspection warnings :-)
社区
IntelliJ IDEA Open API and Plugin Development
Supporting both Kotlin and Java
0 票
创建于
2019年02月18日 23:07
Apologies for bringing back an old thread, but I bumped into the exact same issue when testing my plugin. I've never written a plugin test until today so might be missing something obvious here. Mi...
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError: com/github/markusbernhardt/proxy/selector/pac/PacScriptSource
0 票
创建于
2019年02月16日 12:09
Just rewrote the plugin using UAST. Everything went quite smoothly, but I have a couple of questions: Is using the InspectionManager class the only way to set up ProblemDescriptors in inspections?...
社区
IntelliJ IDEA Open API and Plugin Development
Supporting both Kotlin and Java
0 票
创建于
2019年01月30日 12:29
This did not seem to make any difference unfortunately. My plugin.xml looks as follows: <idea-plugin> ... <idea-version since-build="173.0"/> <depends>org.jetbrains.kotlin</depends> <extensions...
社区
IntelliJ IDEA Open API and Plugin Development
InspectionSuppressor only receives elements of type KtFile
0 票
已编辑于
2019年01月29日 00:15
Added a breakpoint to spot where the calls to my implementation come from, seems they're all from: isSuppressedFor:12, MyInspectionSuppressor (my.full.ClassName) isSuppressed:154, InspectionProfile...
社区
IntelliJ IDEA Open API and Plugin Development
InspectionSuppressor only receives elements of type KtFile
0 票