Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 989 Bytes

DTDFeatures.md

File metadata and controls

31 lines (16 loc) · 989 Bytes

DTD Features

CodeLens Support

CodeLens is supported for .dtd files, which can show where an element declaration is referenced.

CodeLens DTD

This feature also supports listing and highlighting the number of references to an element declaration and the line(s) referenced on.

CodeLens References DTD

Read more

See CodeLens for more details.

Category Accessibility

After defining an !ELEMENT tag in the .dtd file, there are features available for categories.

Jump to element declaration

For an !ELEMENT tag that contains a category/element-content attribute, there is support for navigating to its definition element.

Jump To Element Declaration DTD

Syntax Validation

DTD syntax validation is enabled for any .dtd file.

Validation DTD