github / vscode-github-actions

GitHub Actions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions
MIT License
469 stars 70 forks source link

Optional visual (GUI) editor for workflows #350

Open kraenhansen opened 2 weeks ago

kraenhansen commented 2 weeks ago

Is your feature request related to a problem? Please describe.

When I'm editing a complex workflow I often feel overwhelmed: It's not easy to see the bigger picture when editing the 25th step of the 8th job.

Describe the solution you'd like

I would love a visual editor for workflows:

Additional context

An extension (https://actionforge.dev/) for visually editing a workflow already exists, but this use a different format and dedicated runtime for the workflows and doesn't operate on the standard workflow syntax.