Replies: 1 comment 2 replies
-
Can this not be accomplished through TypeScript? Rather than relying on a runtime that needs to be installed by the user? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current extension functionality is restricted due to the limitations of schema validation using XSD 1.0. Certain constraints in CE files cannot be expressed in XSD 1.0. Improvement may be possible with XSD 1.1, but it is uncertain when the XML language server will provide support for it.
So the only way to further improve validation and completion is to write an extension to the XML language server. This is much more work for me and puts the burden of external dependency on the user. Extensions to XML language server require Java to be installed on the user's machine.
Since the dependency on Java may be controversial, I'm interested in your opinion first.
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions