Hi everyone I wrote a little idea plugin which doe...
# intellij-plugins
c
Hi everyone I wrote a little idea plugin which does some kotlin code inspections. Now to test those inspections i need my tests to extend
KotlinLightCodeInsightFixtureTestCase
right? So what dependency do i need to add to get access to those test classes? I started the plugin project using the github template provided by jetbrains here: https://github.com/JetBrains/intellij-platform-plugin-template I'm kinda lost and the plugin testing documentation https://jetbrains.org/intellij/sdk/docs/basics/testing_plugins/testing_plugins.html does also not really help me to find out what i have to do. Any advice?
👀 1