Edit XML closing tag automatically

Improvement
It would be a nice quality of life feature to have the editor automatically edit the XML closing tag when you make an edit in the opening one or vice versa.
For example if I have this
<badTag>someValue<badTag>
And make the following change
<goodTag>someValue<badTag>
The editor could replicate the change live on the matching tag
Windows2026.4.0