suleman ali
suleman ali

Reputation: 15

Highlight Matching Brace In Visual Studio 2017 Community

I'm unable to use the Pair matching feature for brackets in Visual studio 2017 community even though I tried changing the color through font and colors option as shown in the picture:

Options

Upvotes: 0

Views: 2633

Answers (2)

I_Al-thamary
I_Al-thamary

Reputation: 3993

I found an answer here :

How to set the color of matching braces in VS 2015?

They mentioned that this is a known issue and is on the list to get fixed but it's right now available in Visual Studio 2017 Version 15.9. You can use Visual Assist options

The developer community of VS answered: "Thank you for your feedback! We have fixed the problem in an upcoming release. We believe this was a perf issue (as that operation can frequently be canceled), which should be much quicker when the 15.8 version of VS2017 ships."

https://developercommunity.visualstudio.com/content/problem/230322/brace-matching-in-javascript-not-working.html

See this: https://docs.wholetomato.com/default.asp?W182

Upvotes: 0

ES2018
ES2018

Reputation: 438

I am using version 15.7.3 and I got an extra entry - just called brace matching. In my case it works properly

enter image description here

Upvotes: 1

Related Questions