vscode-github-actions
vscode-github-actions copied to clipboard
No syntax highlighting or autocomplete in action
Describe the bug
When defining an action .github/actions/[action-name]/action.yml, there is no syntax highlighting for using variables and there's also no "help" from autocomplete for inputs, etc. like there is in a normal workflow.
To Reproduce Steps to reproduce the behavior:
- Create an action
- Write some inputs
- Use said inputs in steps
- See error
Expected behavior Proper syntax highlighting and autocomplete.
Screenshots
Extension Version
v0.27.0
Additional context Add any other context about the problem here.
+1 for this issue, not sure how this was overlooked and not reported previously. I have multiple actions in my repositories and working with them is a nightmare.
Similar issue:
- https://github.com/github/vscode-github-actions/issues/325
@agracio I'm in the same situation. It's even used as an example to place them in the directory that I have. How is that not implemented as basic functionality in the plugin?