redhat-developer / redhat-developer/vscode-xml
Binding grammar/schema with XML catalogs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 328
- Forks
- 101
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 7
Description
Today we manage Binding grammar/schema with the binding type:
- standard
- XML association:

It should be nice to support the XML catalogs binding type.
When catalogs binding type will be selected, it should show for instance a list of namespace coming from registered catalogs, and when a namespace is selected it insert xmlns attribute with the given namespace. (It's just idea but it requires to study more mechanism of xml catalogs). Any idea are welcome!
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 reading docs/Preferences.md, especially the catalogs section, and study how the existing Binding grammar/schema types are managed. Investigate how registered XML catalogs expose namespaces and how the current binding UI inserts namespace attributes. Done means a catalogs binding type can list catalog namespaces and insert the selected namespace as an xmlns attribute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, xml
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100