vscode-sxml
vscode-sxml copied to clipboard
Scholarly XML. VSCode extension with features typically needed by academic encoding projects.
I am playing around with this extension and I am generally impressed by the functionality, which leads me to recommend VSCoce as a viable alternative to oXygen for editing XML...
https://www.w3.org/XML/2010/02/xml-model-comments.html defines it as an acceptable type. ``` ```
Ensure that when entering a new line the cursor is position in the right place in the hierarchy. Currently it's positioned at the same column as the start tag of...
There seems to be a problem with validating RegEx in attributes: ```xml Simple test file RegEx Klaus Rettinghaus ```
Currently, if the `` processing instruction isn't associated correctly, the extension only shows "Loading..." when trying to use Intellisense. There should be better feedback for the user. Example (notice the...
The version numbers of the latest release on GitHub and in Visual Studio Marketplace are not in sync.
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Hi. I'm trying to use this extension to validate schemas for Odoo XML, it works somewhat fine with the base fields using the XML below: ```XML ``` However in addition...
I am the developer of the [pretext-tools](https://github.com/oscarlevin/pretext-tools) extension, which provides tools for working with [PreTeXt](https://pretextbook.org/) documents. These are XML with a particular schema, so your sxml extension is of great...