Skip to content

Plugin Development Setup

Charlie Choiniere edited this page Feb 14, 2019 · 1 revision

This project is now Gradle based and is much easier to get the development environment setup to work on the plugin. You should only need to import the project in either Intellij Community or Intellij Ultimate and execute the runIde Gradle task. For more information please see the official Jetbrains plugin development documentation.

  1. Download Intellij Idea CE or Ultimate
  2. Open Intellij and select checkout from Version Control
  3. Select import Gradle project from the unlinked gradle project dialog
  4. Select the recommended settings and hit OK
  5. Your project should be all set to coding
  6. For more information see http://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system/prerequisites.html
Clone this wiki locally