5

I've been looking at developing an Intellij platform plugin and saw the docs mentioned auto reloading of plugins by adding the system property idea.auto.reload.plugins to the runIde Gradle task

How can I edit the run configuration to set this property? enter image description here

BenC
  • 98
  • 4
  • That property is for reloading IDE dynamic plugins (enabling/disabling plugin without IDE restart). If you want your source code to be hot-swapped, see the Settings (Preferences on macOS) | Build, Execution, Deployment | Debugger | HotSwap | **Reload classes after compilation** options. – Andrey Apr 07 '20 at 15:43
  • Note that this setting is true by default https://github.com/JetBrains/gradle-intellij-plugin/commit/a2cad53c44dc713a17dbe11ef0dee3a9c61edfb1 – ulrichenslin Apr 30 '20 at 13:41

0 Answers0