Visual Studio has a host of new productivity features, which you can read about in this article.
C++ Brace Pair Colorization and More in Visual Studio
by Mryam Girmay
From the article:
You can now visually distinguish each set of opening and closing braces for your C++ code making it easier to see your code’s scope or find any missing braces. There will be different colors for curly braces, and the paired braces {} will have the same color, which will make it easy to visualize where the braces open and close especially when you have intensely nested codes. The feature is available for C++ today and will be coming to additional languages in subsequent releases.
Add a Comment
Comments are closed.