-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
Add support for textDocument/documentLink
for xsi:schemaLocation
#666
Labels
CM Extension
Content Model extension (XML Schema & DTD)
good first issue
Good for newcomers
hyperlink
Milestone
Comments
angelozerr
added
good first issue
Good for newcomers
CM Extension
Content Model extension (XML Schema & DTD)
hyperlink
labels
Apr 28, 2020
I'm interested in working on this issue |
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 9, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 9, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 11, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 11, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 11, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 11, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 11, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 11, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 11, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 11, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 11, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes eclipse-lemminx#666 Signed-off-by: David Thompson <[email protected]>
xorye
pushed a commit
that referenced
this issue
Jun 15, 2020
Every second token for the value of xsi:schemaLocation is turned into a document link to the referenced schema file. Closes #666 Signed-off-by: David Thompson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CM Extension
Content Model extension (XML Schema & DTD)
good first issue
Good for newcomers
hyperlink
Given this XML Schema:
and this XML:
The
note.xsd
from xsi:schemaLocation="https://www.w3schools.com note.xsd" must be a documentLink to open it it with Ctrl+Click.Pay attention that xsi:schemaLocation can contain several xsd .
The text was updated successfully, but these errors were encountered: