IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Plugins Targeting IntelliJ Platform-Based IDEs

Edit pageLast modified: 31 October 2024

Plugin projects can target any (custom) IDEs, as long as the products are based on the IntelliJ Platform. Such plugins are developed much like plugin projects that target IntelliJ IDEA.

Modifications are required to the project's Gradle build script and plugin.xml files, as described below and on the individual product pages in Product Specific. The Gradle build script is modified to specify the target product, determining the APIs available to the plugin. The plugin.xml file is modified to declare the plugin's dependencies on plugins and modules.