diff --git a/docs/Features.md b/docs/Features.md index 9d65a644..0285867d 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -26,4 +26,14 @@ The same applies to jumping from an opening tag to the respective closing 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) \ No newline at end of file +![Rename Tag](images/Features/RenameTag.gif) + +## Selection Range + +You can use `Alt + Shift + Right Arrow` to expand your selection range according to the structure of the XML document. + +For instance, if you expand the selection range in an element with text content, it will first select all the text content, then the element. + +This also works for other portions of an XML document, such as attributes and the DTD subset. + +![Selection Range](images/Features/SelectionRange.gif) \ No newline at end of file diff --git a/docs/images/Features/SelectionRange.gif b/docs/images/Features/SelectionRange.gif new file mode 100644 index 00000000..2663a733 Binary files /dev/null and b/docs/images/Features/SelectionRange.gif differ