From d5fc74fad3d45bdee373ec9cd48e22c2f30d24c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 18 Nov 2019 16:28:07 +0100 Subject: [PATCH] getting_started.md: note about using latest version --- basics/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/getting_started.md b/basics/getting_started.md index 4b368a63e..2de5fbb1e 100644 --- a/basics/getting_started.md +++ b/basics/getting_started.md @@ -2,7 +2,7 @@ title: Creating Your First Plugin --- -This documentation section will help you get started with developing plugins for the *IntelliJ Platform*. You can use either [IntelliJ IDEA Community Edition](https://www.jetbrains.com/idea/download/) or [IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea/download/) as your IDE. Both include the complete set of plugin development tools. To become more familiar with *IntelliJ IDEA*, please refer to the [IntelliJ IDEA Web Help](https://www.jetbrains.com/idea/help/). +This documentation section will help you get started with developing plugins for the *IntelliJ Platform*. You can use either [IntelliJ IDEA Community Edition](https://www.jetbrains.com/idea/download/) or [IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea/download/) 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](https://www.jetbrains.com/idea/help/). There are two possible workflows for building plugins. The recommended workflow for new projects is to [use Gradle](#using-gradle). The old [Plugin DevKit](#using-devkit) workflow still supports existing projects.