How to Turn Off Showing Whitespace Characters in Visual Studio IDE

后端 未结 6 1941
不知归路
不知归路 2020-11-30 17:38

I don\'t know what I did but I don\'t know how to get rid of those arrows on the left.

\"alt

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 18:10

    If the Toggle Visual Space icon shall be added to a Visual Studio toolbar of your choice, because it shall be turned on and off via mouse click, then follow this instruction:

    1. Customize the desired toolbar

    2. Click on Customize...

    3. Click on Add Command...

    4. Go to Edit and chose Toggle Visual Space

    5. Click on OK

    Tested with Visual Studio 2019.

提交回复
热议问题