Visual Studio Different Line Heights in the Editor

前端 未结 2 592
庸人自扰
庸人自扰 2020-12-11 01:13

I\'ve been using vs2013 for quite some time and noticed something that is quite bothering me.

In the Code Editor, lines that contain nothing but symbols (such as

相关标签:
2条回答
  • 2020-12-11 01:13

    For the VS2019 it is quite similar to the provided solutions:

    Tools -> Options-> Productiviry Power Tools -> General

    Under "Syntatic line compression options" you uncheck: "Compress lines that does not have any alphanumeric characters" like {,[ and so on

    You also can uncheck "Compress blank lines" but this will be only for lines without anything in it.

    0 讨论(0)
  • 2020-12-11 01:21

    You probably have Productivity Power Tools installed with Syntactic line compression enabled. You can turn it off in VS Options - Productivity Power Tools - Other Extensions.

    0 讨论(0)
提交回复
热议问题