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.
- Host: GitHub
- URL: https://github.com/gestalte/dumb-xml-prettifier
- Owner: Gestalte
- License: mit
- Created: 2022-08-12T18:04:28.000Z (almost 4 years ago)
- Default Branch: Master
- Last Pushed: 2024-06-21T01:39:47.000Z (about 2 years ago)
- Last Synced: 2025-04-04T15:19:27.097Z (about 1 year ago)
- Topics: formatter, js, prettifier, prettify, pretty-printer, vscode-extension, xml, xml-formatters, xml-prettifier, xml-pretty-print
- Language: JavaScript
- Homepage:
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.