Reference: Supporting Frameworks in IntelliJ SDK Docs
Framework Sample Project provides a DemoFramework, which allows embedding framework support within the Project Wizard. This sample implementation adds a new SDK Demo Framework support in the Java type project.
Name | Implementation | Extension Point Class |
---|---|---|
com.intellij.framework.type |
DemoFramework | FrameworkTypeEx |
Reference: Plugin Extension Points in IntelliJ SDK Docs