-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added features page to documentation with auto close, jump and rename
- Loading branch information
Alexander Chen
committed
May 26, 2021
1 parent
db8c5fc
commit 0ee9def
Showing
7 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Features | ||
|
||
## XML Tag Auto Close | ||
|
||
[vscode-xml](https://github.com/redhat-developer/vscode-xml) provides an `auto close` feature for XML tags: | ||
|
||
Using `/` in an opening tag will auto close the tag. | ||
|
||
![Auto Close Tag Slash](images/Features/AutoCloseTagSlash.gif) | ||
|
||
Using a `>` at the end of an opening tag generates the corresponding closing tag. | ||
|
||
![Auto Close Tag End](images/Features/AutoCloseTagEnd.gif) | ||
|
||
## Hyperlink From End Tag to Start Tag | ||
|
||
For quick navigation, you can use `Ctrl + Click` on a closing tag to jump to the corresponding opening tag. | ||
|
||
![Jump To Opening Tag](images/Features/JumpToOpeningTag.gif) | ||
|
||
The same applies to jumping from an opening tag to the respective closing tag. | ||
|
||
![Jump To Opening Tag](images/Features/JumpToClosingTag.gif) | ||
|
||
## Rename Tag | ||
|
||
To rename a single tag and it's corresponding opening/closing, highlight the tag and press `F2` or use the dropdown to select `Rename Symbol`. | ||
|
||
![Rename Tag](images/Features/RenameTag.gif) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.