redhat-developer / redhat-developer/yaml-language-server
Export an API called `registerCustomTag` to register complex custom tag definition
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 352
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 11
Description
Is your enhancement related to a problem? Please describe.
Related issue: https://github.com/redhat-developer/vscode-yaml/issues/680
Resolve the tag to a specific structure could solve my issue.
Describe the solution you would like
Export an API called registerCustomTag. It accepts one or more custom tag definitions that conform to eemeli/yaml's specification
Describe alternatives you have considered
Or as suggestion in above issue:
add non standard extension for JSON Schema to add definition/validation for yaml tags.
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
Start with the linked eemeli/yaml custom-tags specification and related vscode-yaml issue #680. The issue names no file or test; trace the language server's public API entry point, then define what accepted custom tag definitions and structure resolution should look like before verifying the behavior with relevant existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100