Table of Contents

IDEA Plugin Dev - Module level components

About

Module level components

Management

Manual Creation

Implementation

Registration

Note that module level components must be registered in the

<module-components>section of the plugin.xml file (see Plugin Configuration File).
Wizard Creation

To create and register a module component

The IntelliJ Platform will:

State Persistence

Module level components save their state to the module (.iml) file when implementing the JDOMExternalizable (deprecated) interface. See Idea Plugin Dev - Component