php-perfect / ddev-intellij-plugin

DDEV Tool Integration for IntelliJ IDEA
https://plugins.jetbrains.com/plugin/18813-ddev-integration
BSD 3-Clause "New" or "Revised" License
110 stars 15 forks source link

Auto provide run configurations for custom DDEV commands #14

Open juulliian opened 2 years ago

juulliian commented 2 years ago

Automatically register custom DDEV comands as run configurations in PhpStorm/IntelliJ

nico-loeber commented 2 years ago

Just to add some more detail: The plan is to check the DDEV binary for available commands. For each of these commands a run configuration is created. Maybe they can be listed in a tree view grouped by the container they are executed in. This would like like an behave like the Gradle or phing run tool window.

Gradle Run Configurations: image

You can then easily re-run them by clicking the play button in your top toolbar.

This feature is not planned for release 1.0 but will follow soon.