redhat-developer / redhat-developer/yaml-language-server
Support for .tpf (Helm chart Yaml-based template files)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 352
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 11
Description
It seems like Helm Chart files are basically Kubernetes yaml files with templating capability in {{...}} blocks.
It would be nice if Yaml Language Server could provide support for those files (by pre-setting schema, allowing validation/completion in {{...}} and so on.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by tracing how the YAML Language Server handles file types, schemas, validation, and completion, then examine how Helm template blocks could be recognized without breaking YAML parsing. Done means .tpf files receive Helm-aware schema support and useful validation or completion inside {{...}} blocks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, typescript
- Domain
- devtools, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100