diff --git a/README.md b/README.md index 502dd3b..a93a6ba 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ Simple, **unofficial** extension to interact with GitHub Actions from within VS Enable the `github-actions.preview-features` setting to test the new workflow editor features. +### Auto-complete + +No additional YAML extension needed, this extension includes a built-in language server with full support for the workflow schema. + +![Workflow auto-complete](./media/workflow-auto-complete.gif) + + ### Auto-complete actions parameters Auto-completion and validation for every action you reference in `uses`: diff --git a/media/workflow-auto-complete.gif b/media/workflow-auto-complete.gif new file mode 100644 index 0000000..4df75d4 Binary files /dev/null and b/media/workflow-auto-complete.gif differ