2.0 KiB
This documentation section will help you get started with developing plugins for the IntelliJ Platform. You can use either IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate as your IDE (it is highly recommended to use the latest available version). Both include the complete set of plugin development tools. To become more familiar with IntelliJ IDEA, please refer to the IntelliJ IDEA Web Help.
In some cases, implementing an actual IntelliJ Platform plugin might not be necessary, as alternative solutions exist.
{type="tip"}
There are three supported workflows available for building plugins. The recommended workflow for new projects is to use GitHub Template or to use Gradle to create everything from scratch. The old Plugin DevKit workflow still supports existing projects.
If a new plugin will be Scala-based, a dedicated SBT plugin is available.
{type="note"}