mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 01:37:51 +08:00
23 lines
696 B
Markdown
23 lines
696 B
Markdown
---
|
|
title: Plugin Structure
|
|
---
|
|
|
|
|
|
Click the following topics to learn more about the plugin system structure and plugin lifecycles:
|
|
|
|
* [Plugin Content](plugin_structure/plugin_content.html)
|
|
|
|
* [Plugin Class Loaders](plugin_structure/plugin_class_loaders.html)
|
|
|
|
* [Plugin Components](plugin_structure/plugin_components.html)
|
|
|
|
* [Plugin Extensions and Extension Points](plugin_structure/plugin_extensions_and_extension_points.html)
|
|
|
|
* [Plugin Actions](plugin_structure/plugin_actions.html)
|
|
|
|
* [Plugin Services](plugin_structure/plugin_services.html)
|
|
|
|
* [Plugin Configuration File](plugin_structure/plugin_configuration_file.html)
|
|
|
|
* [Plugin Dependencies](plugin_structure/plugin_dependencies.html)
|