VS 2013: curly braces size mismatch

拈花ヽ惹草 提交于 2019-11-29 02:31:31

问题


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?


回答1:


Well, after a while looking for a solution I found that the problem was an extension: VS Productivity Power Tools 2013: Syntactic Line Compression.

  1. Click "Tools" -> "Options"
  2. Choose "Productivity Power Tools" in the Options window
  3. Toggle "Syntactic Line Compression" to "Off"

Hope this helps. PS: This solution works with VS 2015 and VS 2017 too.



来源:https://stackoverflow.com/questions/28708720/vs-2013-curly-braces-size-mismatch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!