Skip to content
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

Hyperlink to open declared DTD files #641

Closed
angelozerr opened this issue Apr 17, 2020 · 0 comments · Fixed by #643 or enxio/lsp4xml#33
Closed

Hyperlink to open declared DTD files #641

angelozerr opened this issue Apr 17, 2020 · 0 comments · Fixed by #643 or enxio/lsp4xml#33
Assignees
Labels
CM Extension Content Model extension (XML Schema & DTD) DTD hyperlink
Milestone

Comments

@angelozerr
Copy link
Contributor

Given this XML file:

<?xml version="1.0" standalone="no"?>
<!DOCTYPE root-element SYSTEM "base.dtd" [
]>   
<root-element />

Ctrl+Click on base.dtd should open the DTD file.

<?xml version="1.0" standalone="no"?>
<!DOCTYPE root-element SYSTEM "base.dtd" [
    <!ENTITY entity-name SYSTEM "entity-base.dtd">
]>   
<root-element />

Ctrl+Click on entity-base.dtd should open the DTD file.

@angelozerr angelozerr added CM Extension Content Model extension (XML Schema & DTD) DTD hyperlink labels Apr 17, 2020
@angelozerr angelozerr self-assigned this Apr 17, 2020
angelozerr added a commit to angelozerr/lemminx that referenced this issue Apr 17, 2020
angelozerr added a commit to angelozerr/lemminx that referenced this issue Apr 17, 2020
angelozerr added a commit to angelozerr/lemminx that referenced this issue Apr 17, 2020
@angelozerr angelozerr added this to the 0.12.0 milestone Apr 17, 2020
angelozerr added a commit to angelozerr/lemminx that referenced this issue Apr 17, 2020
angelozerr added a commit that referenced this issue Apr 17, 2020
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) DTD hyperlink
Projects
None yet
1 participant