I need something similar to this , but with Visual Studio. This would be very useful when editing XAML, XML or HTML.
For example:
<StackPanel>
<Button>I'm A Button</Button>
</StackPanel>
If I start changing the "StackPanel" tag, I want to automatically change the end tag to match (say, if I switch it to the "grid"). I suppose I can write a macro for this, but first I want to use my own approach, if available.
source
share