From a7371f452897c531ea53e17e9c31b1745c008be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 16 Mar 2022 17:04:27 +0100 Subject: [PATCH] prerequisites.md: clarify plugins/initial step --- topics/tutorials/custom_language_support/prerequisites.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/topics/tutorials/custom_language_support/prerequisites.md b/topics/tutorials/custom_language_support/prerequisites.md index 9c51555d7..3ac61674a 100644 --- a/topics/tutorials/custom_language_support/prerequisites.md +++ b/topics/tutorials/custom_language_support/prerequisites.md @@ -5,9 +5,11 @@ ## Download and Install IntelliJ IDEA + Download and install either IntelliJ IDEA Ultimate or IntelliJ IDEA Community Edition from [here](https://www.jetbrains.com/idea/download/). ## Check out Community Edition Source Files + > While not required, having the full sources of the platform and all bundled plugins available for browsing allows finding related implementations. > {type="note"} @@ -15,8 +17,10 @@ Download and install either IntelliJ IDEA Ultimate or IntelliJ IDEA Community Ed Download the IntelliJ IDEA Community Edition source files as described in the IntelliJ IDEA Community Edition [README](upsource:///README.md) file. ## Install Required Plugins -Make sure that the bundled *Plugin DevKit* plugin is enabled. + +Make sure that the bundled *Plugin DevKit* and *Gradle* plugins are enabled. Install and enable [Grammar-Kit](https://plugins.jetbrains.com/plugin/6606-grammar-kit) and [PsiViewer](https://plugins.jetbrains.com/plugin/227-psiviewer) plugins. ## Create a Project -Create an [IntelliJ Platform Plugin project](gradle_prerequisites.md). + +Create an empty [IntelliJ Platform Plugin project](gradle_prerequisites.md) or start using [](github_template.md) when creating a plugin hosted on GitHub.