intellij-sdk-code-samples/basics/plugin_structure.md

24 lines
848 B
Markdown

---
layout: editable
title: Plugin Structure
---
This document is focused on the plugin system structure and plugin lifecycle.
The following subjects are covered:
* [Plugin Content](general_topics/plugin_structure/plugin_content.html)
* [Plugin Class Loaders](general_topics/plugin_structure/plugin_class_loaders.html)
* [Plugin Components](general_topics/plugin_structure/plugin_components.html)
* [Plugin Extensions and Extension Points](general_topics/plugin_structure/plugin_extensions_and_extension_points.html)
* [Plugin Actions](general_topics/plugin_structure/plugin_actions.html)
* [Plugin Services](general_topics/plugin_structure/plugin_services.html)
* [Plugin Configuration File](general_topics/plugin_structure/plugin_configuration_file.html)
* [Plugin Dependencies](general_topics/plugin_structure/plugin_dependencies.html)