IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Fundamentals

Edit pageLast modified: 30 July 2024

This section describes the low-level fundamental building blocks of the IntelliJ Platform:

  • The component model - how the application is hosted and composed. Lifetime and dependency management.

  • Disposers - managing object lifetimes and resource cleanup

  • Threading models

  • Messaging