Skip to content

Commit

Permalink
chore: Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogalmic committed Jan 11, 2019
1 parent 5a431fd commit 44c9549
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ It does not require any runtime like `java`, `python` or `xmllint`, while does p

[<img src="https://raw.githubusercontent.com/rogalmic/vscode-xml-complete/gif/images/vscode-xml-complete-linter.png" width="400" style="filter: blur(1px); " title="Click to show in browser"/>](https://raw.githubusercontent.com/rogalmic/vscode-xml-complete/gif/images/vscode-xml-complete-linter.png)

- Fast autocomplete based on XSD
- Fast autocomplete based on XSD (utilizes comments from XSD)

[<img src="https://raw.githubusercontent.com/rogalmic/vscode-xml-complete/gif/images/vscode-xml-complete-complete.png" width="400" style="filter: blur(1px); " title="Click to show in browser"/>](https://raw.githubusercontent.com/rogalmic/vscode-xml-complete/gif/images/vscode-xml-complete-complete.png)

- Formatting XML
- Formatting XML (selected range or full document)

[<img src="https://raw.githubusercontent.com/rogalmic/vscode-xml-complete/gif/images/vscode-xml-complete-format.png" width="400" style="filter: blur(1px); " title="Click to show in browser"/>](https://raw.githubusercontent.com/rogalmic/vscode-xml-complete/gif/images/vscode-xml-complete-format.png)

- Auto-closing and auto-rename for currently edited tag
- Auto-closing and auto-rename for currently edited tag (works only for single tag in given line)

[<img src="https://raw.githubusercontent.com/rogalmic/vscode-xml-complete/gif/images/vscode-xml-complete-auto.png" width="400" style="filter: blur(1px); " title="Click to show in browser"/>](https://raw.githubusercontent.com/rogalmic/vscode-xml-complete/gif/images/vscode-xml-complete-auto.png)


## Configuration
Expand Down

0 comments on commit 44c9549

Please sign in to comment.