IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Supporting Module Types

Edit pageLast modified: 14 May 2024

IntelliJ Platform provides a set of standard module types. However, an application might need a module of a type that isn't supported yet. This tutorial shows how to register a new module type and link it to the project creation procedure and the UI.

The source code for the module and project_wizard code samples is used throughout this tutorial.