This page is likely outdated. Visit the new documentation for updated content.

Smart indenter & formatter

Status Owner Importance Complexity MD Version
Assigned mhutch Normal 3d 2.6

There’s no smart indenter for XML, HTML, XAML & ASP.NET files. This should be straightforward as all these files types share a parser infrastructure with live state.

Status Owner Importance Complexity MD Version
Pending Normal Medium

A pad or widget for searching XML documents using an Xpath expression.

Some code exists for this in SVN. It existed in the old addin but was not ported to the new text editor.

Allow picking schema for editing current document

Status Owner Importance Complexity MD Version
Pending Normal Medium

A menu for manually picking a schema to provide code completion and validation for the current document. This would be useful in a few cases for files that don’t specify a schema.

Proper namespace support in completion

Status Owner Importance Complexity MD Version
Pending Normal Medium

The “new” XML completion triggering engine doesn’t have full support for XML namespaces. It works in a some cases, but not all.

More unit testing of parser & completion

Status Owner Importance Complexity MD Version
Pending Normal Medium

Need more test cases for the XML parser, especially error recovery. These are particularly useful because the HTML and ASP.NET parsers can leverage the same tests.

  • Check that the W3C conformance test suite can pass