Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Martynas Šateika
Total activity
25
Last activity
December 08, 2022 09:08
Member since
November 28, 2017 02:56
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
6
Activity overview
Posts (5)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
May 09, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
InspectionSuppressor only receives elements of type KtFile
0 votes
Edited
April 24, 2019 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=...
Community
IntelliJ IDEA Open API and Plugin Development
Supporting older versions of an IDE
0 votes
Created
February 18, 2019 23:29
Thanks very much for the info guys. I'll keep exploring the APIs to get rid of all inspection warnings :-)
Community
IntelliJ IDEA Open API and Plugin Development
Supporting both Kotlin and Java
0 votes
Created
February 18, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError: com/github/markusbernhardt/proxy/selector/pac/PacScriptSource
0 votes
Created
February 16, 2019 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?...
Community
IntelliJ IDEA Open API and Plugin Development
Supporting both Kotlin and Java
0 votes
Created
February 14, 2019 22:51
This is great, did not know about UAST before. Thank you very much for the pointers, I'll play around with it!
Community
IntelliJ IDEA Open API and Plugin Development
Supporting both Kotlin and Java
1 vote
Created
January 30, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
InspectionSuppressor only receives elements of type KtFile
0 votes
Edited
January 29, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
InspectionSuppressor only receives elements of type KtFile
0 votes