VS 2013: curly braces size mismatch
productivity-power-tools, visual-studio
Solution
Well, after a while looking for a solution I found that the problem was an extension: VS Productivity Power Tools 2013: Syntactic Line Compression.
- Click "Tools" -> "Options"
- Choose "Productivity Power Tools" in the Options window
- Toggle "Syntactic Line Compression" to "Off"
Hope this helps. PS: This solution works with VS 2015 and VS 2017 too.
Problem
I have got a problem with my Visual Studio 2013: My curly braces have different sizes. If I write some code in the same line they change the size to match my editor font size. Is there a config section where I can disable this behavior?