redhat-developer / redhat-developer/vscode-xml
CodeLens for `Bind to new grammar/schema`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 328
- Forks
- 101
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 7
Description
Today we have Bind to grammar/schema

to bind XMLwith an existing schema/grammar.
It should be nice to have a new Codelens Bind to new grammar/schema, which does the same thing than quickfixes:

which generate xsd,dtd and bind to the created xsd/dtd file.
As we use vscode command, we could let the user to choose the file name of generated xsd, dtd.
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 by locating the existing Bind to grammar/schema CodeLens, its VS Code command, and the quickfixes that generate XSD or DTD files. Add a corresponding Bind to new grammar/schema CodeLens that lets the user choose the generated filename and binds to that file; done means both XSD and DTD generation follow the existing quickfix behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100