Reference: Project View in IntelliJ SDK Docs
The current demo describes an implementation of the com.intellij.projectViewPane extension point, which allows creating an additional presentation type for the Project view pane.
ImagesProjectViewPane limits the project tree to the images only.
| Name | Implementation | Extension Point Class |
|---|---|---|
com.intellij.projectViewPane |
ImagesProjectViewPane | AbstractProjectViewPane |
Reference: Plugin Extension Points in IntelliJ SDK Docs