Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 1.23 KB

Features.md

File metadata and controls

69 lines (35 loc) · 1.23 KB

Features

Validation

  • Syntax XML validation

  • with extension (XML Schema, DTD validation)

Completion

Completion is available for:

  • close element

  • #region and #endregion

TODO -> #54

  • with extensions:

    • based on XML Schema

XML Completion based onXSD

Document Symbols

Document Symbols

Highlight

Highlight

Rename

Rename

Folding

XML folding of tag is done:

Folding

You can use too <!-- #region -->, <!-- #endregion --> to manage your custom folding ranges:

Folding with region

Hover

Only with extension (like XML Schema)

XML Schema Hover

Format

Here a demo with XML formating:

Formatting

Code Action

Here a demo with close tag fix:

Close Tag Fix Demo