We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hover for XML Schema documentation should ignore xsd:appinfo.
Download XML Schema https://github.com/redhat-developer/vscode-xml/files/4029276/AUTOSAR_00048.zip
Write xml like this:
<?xml version="1.0" encoding="UTF-8" ?> <AUTOSAR xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://autosar.org/schema/r4.0" xsi:schemaLocation="http://autosar.org/schema/r4.0 AUTOSAR_00048.xsd"> <AR-PACKAGES>
Hover the AR-PACKAGES and you will see this hover:
atpSplitable should not appear (it's the behavior of WTP XML Editor)
atpSplitable
The text was updated successfully, but these errors were encountered:
So maybe only display the xsd:appinfo if there's no XSD documentation
Sorry, something went wrong.
xorye
Successfully merging a pull request may close this issue.
Hover for XML Schema documentation should ignore xsd:appinfo.
Download XML Schema https://github.com/redhat-developer/vscode-xml/files/4029276/AUTOSAR_00048.zip
Write xml like this:
Hover the AR-PACKAGES and you will see this hover:
atpSplitable
should not appear (it's the behavior of WTP XML Editor)The text was updated successfully, but these errors were encountered: