redhat-developer / redhat-developer/vscode-yaml

vscode auto-completion does not work when using yaml custom tags.

Open
#237 8 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
829
Forks
260
Avg merge
5h 43m
Merged PRs (30d)
1

Description

Hello, folks,

i have the problem that the vscode auto-complete no longer works since one of the last updates when i use yaml custom tags. Does anyone have the same problem?

Custom tags in use:

"yaml.customTags": [
    "Same sequence",
    "FindInMap sequence."
    "!GetAtt",
    "!GetAZs",
    "!ImportValue",
    "!Join sequence",
    "!Ref."
    "!Select sequence",
    "Split sequence."
    "!Sub"
],

After disabling the custom tags, auto-complete works as expected.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the problem in VS Code with the listed yaml.customTags configuration, then compare completion behavior with custom tags disabled. No source file or test is identified in the issue; done means auto-completion works while those custom tags remain enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
developer-experience
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.