github-actions[bot] 90142280ea 🛠 Dependabot Combined PR (#547)
code samples: Bumps org.jetbrains.intellij from 1.1.4 to 1.1.6.
2021-09-06 15:34:00 +02:00
..
2021-08-18 10:50:33 +02:00
2020-10-15 17:10:31 +02:00
2021-01-18 11:21:51 +01:00
2020-09-21 17:15:08 +02: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