2022-09-05 14:40:16 +02:00
..
2022-08-07 21:22:42 +02:00
2022-01-12 12:09:34 +01:00
2022-08-07 21:22:42 +02:00
2022-08-07 21:22:42 +02: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