JetBrains Marketplace Help

Preparing your plugin for publication

The process of plugin development can be challenging. For more detailed guidance about how to develop plugins successfully, feel free to check out our IntelliJ Platform Plugin SDK documentation, which goes deeper into the plugin creation process and covers the basics of working with the IntelliJ Platform.

If your plugin is technically ready, you can begin working through the required steps to prepare it for publishing:

  1. Define the required parameters in the plugin descriptor (plugin.xml).

  2. Add JetBrains Marketplace license verification calls.

  3. Make sure the plugin meets the approval criteria.

  4. Create an Organization and make sure the Organization ID is added to the plugin descriptor (plugin.xml).

As an optional step we recommend obfuscating the plugin code.

Last modified: 04 April 2024