mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
prerequisites.md: clarify plugins/initial step
This commit is contained in:
parent
5c3f1920d1
commit
a7371f4528
@ -5,9 +5,11 @@
|
||||
<include src="language_and_filetype.md" include-id="custom_language_tutorial_header"></include>
|
||||
|
||||
## 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user