github / vscode-github-actions

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

`actions.yml` file is not getting any autocompletion #289

Closed nfx closed 8 months ago

nfx commented 8 months ago

Describe the bug I want to experience autocompletion and click-to-definition for other github actiobs

To Reproduce Steps to reproduce the behavior:

  1. Create a folder foo
  2. Create foo/action.yml
  3. Start editing it as described in https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions
  4. don't see any autocompletions

Expected behavior Seeing autocompletions

Screenshots If applicable, add screenshots to help explain your problem.

Pasted_Image_13_01_2024__14_05
andrewakim commented 8 months ago

:wave: Hi @nfx - The extension only works for repositories using actions workflows but not when building an action. I've heard this request before though and added it to the feature backlog. I'm going to close this issue out in favor of this feature enhancement issue opened last year.