Christian
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Intellij plugin make package and main class
AnsweredI have made a Project Wizard in the intellij plugin im making, now what I want to do at the end of that is make it generate the src/main/java, or src/main/kotlin, depending on the data provid... -
Created Properly import com.intellij.ide.util.projectWizard.JavaModuleBuilder
AnsweredHello. I am able to properly import `com.intellij.ide.util.projectWizard.ModuleBuilder` and many other imports from this package, however I cannot import `com.intellij.ide.util.projectWizard.JavaMo... -
Created Plugin is incompatible with this installation
AnsweredHello. I am forking an plugin for intellij. It runs fine in the runIDE task (Intellij 2019.3), however when I build the plugin and try applying the .zip manually to my intellij 2020.1, I receive th...