Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.53 KB

getting_started.md

File metadata and controls

21 lines (17 loc) · 1.53 KB
title
Creating Your First Plugin

This documentation section will help you get started with developing plugins for the IntelliJ Platform. You can use either IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate as your IDE. Both include the complete set of plugin development tools. To become more familiar with IntelliJ IDEA, please refer to the IntelliJ IDEA Web Help.

There are two possible workflows for building IntelliJ IDEA plugins. The recommended workflow for new projects is to use Gradle. For existing projects, the old workflow using Plugin DevKit is still supported.

In this section: