vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

Auto complete not working

Open dimoschi opened this issue 3 years ago • 3 comments

Auto complete seems to be broken.

Installed versions:

❯ code --version
1.65.2
c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1
x64

and GitHub Actions v0.22.0

running on MacOS 12.1

dimoschi avatar Mar 22 '22 13:03 dimoschi

I thought it wasn't working for me either but it turns out I made a mistake in the workflow configuration (which I expected the extension to catch.) Basically, I missed out specifying the job name under jobs object. But once I fixed that autocomplete as well as property hints started working again.

praneetloke avatar Mar 24 '22 00:03 praneetloke

@praneetloke thanks for the description. looks like the error handling isn't as robust as it should be for those cases. added the [bug] label

cschleiden avatar Apr 25 '22 21:04 cschleiden

Just installed and also having trouble getting auto-complete to work. Checked on other files just to make IntelliSense is working as expected but seems to just be in these GitHub Workflow files. Still wondering if it's some issue in my VS Code config. Evaluating expressions is working just fine.

Julian88Tex avatar Oct 27 '22 18:10 Julian88Tex

The original issue filed here should work now. If you're still having issues, please create a new issue.

cschleiden avatar Mar 22 '23 18:03 cschleiden