An open API service indexing awesome lists of open source software.

https://github.com/gestalte/dumb-xml-prettifier

An unopinionated XML prettifier. It will only format your XML text, it won't attempt to "improve" or edit the content of the text, only the whitespace.
https://github.com/gestalte/dumb-xml-prettifier

formatter js prettifier prettify pretty-printer vscode-extension xml xml-formatters xml-prettifier xml-pretty-print

Last synced: 2 months ago
JSON representation

An unopinionated XML prettifier. It will only format your XML text, it won't attempt to "improve" or edit the content of the text, only the whitespace.

Awesome Lists containing this project

README

          

# dumb-xml-prettifier

This is an extension for Visual Studio Code, it is an unopinionated XML prettifier. It will only format your XML text, it won't attempt to "improve" or edit the content of the text, only the whitespace.

## Usage

To prettify an entire documant: `Ctrl + Shift + P` then type `Prettify XML` and select `dumb-xml-prettifier: Prettify XML`.

To prettyfy only part of a document: Highlight the part you want to prettify then `Ctrl + Shift + P` then type `Prettify XML` and select `dumb-xml-prettifier: Prettify XML`.