moduleType in my plugin.xml comes up struckthrough in my IDE. Hovering shows that com.intellij.openapi.module.ModuleTypeEP but it’s not clear how I should register new module types?
1 Like
You should not. Module type concept is fully obsolete and should not be used
How should I be registering new generators under File → New Module? I want to generate a particular project structure, with a window to allow the developer to specify some options.
We have recently updated API docs on it
GeneratorNewProjectWizard can be used independently from ModuleType
1 Like