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.