Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio 2015 highlight block between brackets { }

I recently got Microsoft Visual Studio 2015 enterprise RC. In this screenshot i'm using C#. I highlight the brackets, but the block inside those brackets isn't getting highlighted as it used to in Visual studio 2013 Ultimate. There is no indication of where those brackets end.

Can I change that ?

1

Visual Studio 2013:

2

like image 978
dimitris93 Avatar asked May 16 '15 17:05

dimitris93


1 Answers

You can't change the Brace Matching (rectangle) in VS 2015 RC. It's a known bug.

duplicate question here

like image 71
Cătălin Rădoi Avatar answered Oct 29 '22 17:10

Cătălin Rădoi