Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1018 Bytes

File metadata and controls

33 lines (21 loc) · 1018 Bytes
title
1. Prerequisites

1.1. Download and Install IntelliJ IDEA

Download and install either IntelliJ IDEA Ultimate or IntelliJ IDEA Community Edition as described on the Creating Your First Plugin page.

1.2. Check out Community Edition Source Files

Download the IntelliJ IDEA Community Edition source files as described in the IntelliJ IDEA Community Edition README file.

1.3. Install Required Plugins

Make sure that the bundled Plugin DevKit plugin is enabled. Install and enable Grammar-Kit and PsiViewer plugins.

1.4. Configure the SDK and Source Files

Configure a common JDK and an IntelliJ Platform SDK.

1.5. Create a Project

Create an IntelliJ Platform Plugin project.