madskristensen / RainbowBraces

A Visual Studio extension
Apache License 2.0
132 stars 7 forks source link

Highlight braces in XAML #4

Closed virzak closed 2 years ago

virzak commented 2 years ago

Is your feature request related to a problem? Please describe. Currently the XAML can look like this:

<ContentPresenter Name="Content"
  ContentSource="Header"
  SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
  HorizontalAlignment="{Binding Path=HorizontalContentAlignment,RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}"
  VerticalAlignment="{Binding Path=VerticalContentAlignment,RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}"
  RecognizesAccessKey="True"/>

Describe the solution you'd like Tripple braces of the same color could be highlighted

virzak commented 2 years ago

Wow, that was fast. Thanks!!! My new favourite extension