2020-05-14 17:16:57 +02:00

21 lines
1.1 KiB
Markdown

---
title: 1. Prerequisites
---
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
### 1.1. 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/).
### 1.2. Check out Community Edition Source Files
> **NOTE** While not required, having the full sources of the platform and all bundled plugins available for browsing allows finding related implementations.
Download the IntelliJ IDEA Community Edition source files as described in the IntelliJ IDEA Community Edition [README](upsource:///README.md) file.
### 1.3. Install Required Plugins
Make sure that the bundled *Plugin DevKit* plugin is enabled.
Install and enable [Grammar-Kit](https://plugins.jetbrains.com/plugin/6606-grammar-kit) and [PsiViewer](https://plugins.jetbrains.com/plugin/227-psiviewer) plugins.
### 1.4. Create a Project
Create an [IntelliJ Platform Plugin project](/tutorials/build_system/prerequisites.md).