diff --git a/release-notes/v1_52.md b/release-notes/v1_52.md index c1bf6efea..947ec274d 100644 --- a/release-notes/v1_52.md +++ b/release-notes/v1_52.md @@ -550,12 +550,12 @@ See the [icon listing](https://code.visualstudio.com/api/references/icons-in-lab ### Linked editing range provider -What was formerly known as `OnTypeRenameProvider` is now made public API as `LinkedEditingRangeProvider`. +What was formerly known as `OnTypeRenameProvider` is now public API as `LinkedEditingRangeProvider`. -For a given position in a document, a `LinkedEditingRangeProvider` returns the all linked ranges with the same content. +For a given position in a document, a `LinkedEditingRangeProvider` linked ranges with the same content. A change to one of the ranges can be applied to all other ranges. -This can be seen in action in HTML. When editing the name of an opening tag, the closing tag is updated as well. +This can be seen in action in HTML. When editing the name of an opening tag, the closing tag is automatically updated as well. ### FoldingRangeProvider.onDidChangeFoldingRanges