intellij-sdk-code-samples/plugin_structure.md
2015-04-14 10:36:40 +02:00

864 B

layout title
editable Plugin Structure

Plugins are the only supported way to extend IDEA functionality. A plugin uses API exposed by IDEA or other plugins to implement its functionality. This document is focused on the plugin system structure and plugin lifecycle. It doesn't specify any other APIs that may be used by plugins.

The following subjects are covered: