mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 08:47:50 +08:00
* 2023.3 release: update pages, extension point lists * extension_point_list.md: restore deleted heading * 2023.3 release: code samples * 23.3 release: final
Framework Sample Project 
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