CONTRIBUTING.md

August 26, 2024 ยท View on GitHub

Building the plugin

Use gradle tasks, e.g. ./gradlew clean check buildPlugin, where clean and check are built-in gradle tasks, and buildPlugin is provided by gradle plugin for building IJ plugins.

Running the plugin

Use gradle runIde task provided by gradle IJ plugin. It will download IDE jars for the specified version and will start a new instance of IDE with the plugin. To specify IDE version modify build.gradle file.

Contents

  1. 0.1Building the plugin
  2. 0.2Running the plugin