FrenkyB
FrenkyB

Reputation: 7207

VS2022 - matching outside brace are not marked in javascript

Visual studio 2022 - I have just installed VS2022 and noticed that outside braces (some nested elements inside) are no longer marked, as it was before. Example:

enter image description here

But it is still working on non-nested brackets:

enter image description here

And idea why is this happening?

Edit, october 2023: problem still persists in the latest version of visual studio: Microsoft Visual Studio Community 2022 (64-bit). Current Version 17.6.3

Upvotes: 9

Views: 756

Answers (2)

Hamzeh Jankhout
Hamzeh Jankhout

Reputation: 111

This bug occurred in 2023, a ticket was opened in 2023 on the Mircosoft Developer Community, you can check the latest updates using this Link.

The Mircosoft team reported it was fixed in 17.12 preview 1 version, but I haven't checked.

I Checked the official release 17.12.1 enterprise edition, and the issue is still occurring 😔

Upvotes: 0

Radim Kuchař
Radim Kuchař

Reputation: 31

Same issue for me, it stopped work from update to version 4.8.04084 (VS2022 17.4.4). It's a bug in visual studio, before that version it worked normally. Also when braces matching works, in js file is not applied my own set color of highlight.

Upvotes: 3

Related Questions