Skip to content

Hover for referenced entities #663

@angelozerr

Description

@angelozerr

Given this XML file:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article [
  <!ENTITY mdash "&#x2014;">
]>
<root>
  &mdash;
</root>

when &mdash; is hovered, we should see the same information than entities completion:

image

It should work for external entities too (entities declared in a DTD ).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions