intellij-sdk-code-samples/basics/plugin_structure.md
Dmitry Jemerov 4b7a0fae34 Stop teaching people to use components (#233)
- Replace documentation on writing components with documentation on migrating away from components
- Split documentation on extensions and extension points (extensions are always needed and EPs are quite uncommon)
- Add documentation on listeners
- Remove application and project components in sample plugins whenever possible
2019-12-05 10:10:38 +01:00

762 B

title
Plugin Structure

Click the following topics to learn more about the plugin system structure and plugin lifecycles: