IntelliJ Platform Plugin SDK Help

Notable Changes in IntelliJ Platform and Plugins API 2024.*

Early Access Program (EAP) releases of upcoming versions are available here.

2024.2

IntelliJ Platform 2024.2

2024.1

IntelliJ Platform 2024.1

Bundled Localization

Initial plugin localization capabilities.

Using Coroutines

It is now recommended to use Kotlin Coroutines for asynchronous code.

Running highlighting

Highlighting is now performed more efficiently, please refer to Order of Running Highlighting.

Status bar widget for LSP servers

Language plugins using LSP can now provide their status for Status Bar Integration.

Cached Values and Dumb Mode

Note change for Using ProjectRootManager as Dependency.

Saving Settings on background thread

Saving project/application settings is no longer performed on EDT to avoid freezes. Issue

IntelliJ IDEA 2024.1

Unbundled plugins

Several plugins (Cucumber Groovy, Cucumber Java) have been unbundled. The IDE will suggest installation if the project contains related framework dependency. If your plugin depends on them, users will need to install them from the JetBrains Marketplace.

Last modified: 19 April 2024