- Clone this project and configure plugin development environment as described here
- Add the following plugins' jars to classpath of your Intellij Plugin Sdk:
- Educational plugin core
- [Kotlin plugin] (https://plugins.jetbrains.com/plugin/6954?pr=pycharm) (kotlin-runtime.jar and kotlin-plugin.jar)
- Junit (idea_home/plugins/junit/lib/idea-junit.jar)
- Add sources of IntelliJ IDEA to your plugin sdk source roots.
- Install Educational plugin core on your Intellij IDEA instance that launches with run configuration.
Please submit your issues to Educational Plugin YouTrack