2023-02-10 20:38:30 +01:00
..
2022-11-28 17:31:11 +01:00
2022-01-12 12:09:34 +01:00
2023-02-10 20:38:30 +01:00
2022-11-28 17:31:11 +01:00
2022-11-28 17:31:11 +01:00
2021-11-08 17:31:16 +01: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