github-actions[bot] c1a7850b81
🛠 Dependabot Combined PR (#547)
code samples: Bumps org.jetbrains.intellij from 1.1.4 to 1.1.6.
2021-09-06 15:34:00 +02:00
..
2021-08-18 10:50:33 +02:00
2020-10-15 17:10:31 +02:00
2020-02-19 21:51:48 -08: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