Skip to content

Commit

Permalink
fixed urls to images
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Jul 27, 2020
1 parent 5a5bee5 commit 99cf850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
out/**
src/**
.gitignore
vsc-extension-quickstart.md
*.vsix
**/tsconfig.json
**/tslint.json
**/*.map
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ Validation will trigger automatically when you open an XML file and when you mak

Validation continues as you type and the result is shown in the status bar at the bottom.

![Demo showing validation on typing](images/rm-validate.gif)
![Demo showing validation on typing](https://github.com/raffazizzi/vscode-sxml/raw/main/images/rm-validate.gif)

### Suggestions and documentation

Schema-aware suggestions will be made as you type elements, attributes, and attribute values. You can also bring them up like all other suggestions using Ctrl+Space.

If it's available in the schema, documentation will be shown.

![Demo showing schema-aware suggestions](images/rm-suggestions.gif)
![Demo showing schema-aware suggestions](https://github.com/raffazizzi/vscode-sxml/raw/main/images/rm-suggestions.gif)

### Wrap selection with element

Select some text and wrap it in a tag using Ctrl+e or by bringing up the Command Palette and typing "Scholarly XML: Wrap selection with element".

![Demo showing wrapping text with element](images/rm-wrap.gif)
![Demo showing wrapping text with element](https://github.com/raffazizzi/vscode-sxml/raw/main/images/rm-wrap.gif)

## Recommended extensions

Expand Down

0 comments on commit 99cf850

Please sign in to comment.