diff --git a/topics/basics/getting_started/plugin/developing_plugins.md b/topics/basics/getting_started/plugin/developing_plugins.md index cdb59887d..cc774be8d 100644 --- a/topics/basics/getting_started/plugin/developing_plugins.md +++ b/topics/basics/getting_started/plugin/developing_plugins.md @@ -1,7 +1,7 @@ -# Developing a Plugin - +# Developing a Plugin + Develop an IntelliJ Platform plugin using Gradle and Gradle IntelliJ Plugin. IntelliJ Platform plugins can be developed by using either [IntelliJ IDEA Community Edition](https://www.jetbrains.com/idea/download/) or [IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea/download/) as your IDE. @@ -32,8 +32,8 @@ There are two main ways of creating a new Gradle-based IntelliJ Platform plugin This documentation section describes plugin structure generated with the New Project wizard, but the project generated with _IntelliJ Platform Plugin Template_ covers all the described files and directories. See the [](plugin_github_template.md) section for more information about the advantages of this approach and instructions on how to use it. -> The old Plugin DevKit workflow still supports existing projects and is recommended for [creating theme plugins](developing_themes.md). -See how to [migrate a DevKit plugin to Gradle-based](migrating_plugin_devkit_to_gradle.md). +> The old DevKit project model and workflow are still supported in existing projects and are recommended for [creating theme plugins](developing_themes.md). +> See how to [migrate a DevKit plugin to Gradle](migrating_plugin_devkit_to_gradle.md). > > A dedicated [SBT plugin](https://github.com/JetBrains/sbt-idea-plugin) is available for plugins implemented in Scala.