redhat-developer / redhat-developer/vscode-xml

CodeLens for `Bind to new grammar/schema`

Open
#563 8 comments 1 reaction 0 assignees View on GitHub

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

image

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:

image

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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.