2022-08-25 15:57:42 +02:00
..
2022-08-07 21:22:42 +02:00
2022-01-12 12:09:34 +01:00
2022-08-07 21:22:42 +02:00
2022-08-07 21:22:42 +02:00
2021-11-08 17:31:16 +01:00

Run Configuration Demo JetBrains IntelliJ Platform SDK Docs

Reference: Run Configurations in IntelliJ SDK Docs

Quickstart

Run Configuration example project provides an implementation of the com.intellij.configurationType extension point responsible for adding new options for the Run/Debug Configurations. In this example, a new Demo configuration is added together with ConfigurationFactory instance that collects run/debug properties - scriptName in this case.

Extension Points

Name Implementation Extension Point Class
com.intellij.configurationType DemoRunConfigurationType ConfigurationType

Reference: Plugin Extension Points in IntelliJ SDK Docs