Is there a Visual Studio shortcut to replace the start and end name of a tag in XAML / XML / HTML right away?

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.

+5
source share
2 answers

CodeRush Refactor pro devexpress , . , - , .

+3

, :

  • .
  • ( ).
  • (CodeRush Refactor).
+2

All Articles