Niko Malliaros
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
已编辑于 Intellij Plugin Verifier Error: Package "org.jfree" is not found
已回答Hi,I'm currently in the process of publishing my IntelliJ plugin, but I've encountered an issue with the plugin verifier. The error message I received is as follows:Package 'org.jfree' is not found... -
已编辑于 Why do I get java.lang.IllegalArgumentException when I call setUp from LightPlatformCodeInsightTestCase
已回答I want to test my KotlinParser. It extends the class KotlinRecursiveElementWalkingVisitor. So in order to test the class I have to create a mock PsiFile. I tried to use the LightPlatformCodeInsight... -
创建于 How can I register the ProjectOpenedCallback function
已回答Hello,I want to override the “projectOpened” function from Interface “ProjectOpenedCallback” to implement specific functionality that is triggered when the project is opened. However, I am uncertai... -
创建于 Seeking Guidance on Implementing Coverage Highlighting in IntelliJ IDEA Plugin
已回答Hello IntelliJ IDEA Community!I am currently working on a custom plugin for IntelliJ IDEA, and I'm looking to implement coverage highlighting similar to what's available in the IDE itself. Specific...