2020-08-12 11:25:19 +02:00
..
2020-06-22 15:17:14 +02:00
2020-08-12 11:25:19 +02:00
2020-02-19 11:12:04 -08:00
2020-08-12 11:25:19 +02:00
2020-02-19 21:51:48 -08:00

Framework Sample Project JetBrains IntelliJ Platform SDK Docs

Reference: Supporting Frameworks in IntelliJ SDK Docs

Quickstart

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.

Extension Points

Name Implementation Extension Point Class
com.intellij.framework.type DemoFramework FrameworkTypeEx

Reference: Plugin Extension Points in IntelliJ SDK Docs