visual-studio 如何在 Visual Studio 编辑器中禁用视觉“点”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2744198/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to disable visual "dots" in Visual Studio Editor
提问by Oyeme
How can I can disable the "dots" for spaces in Microsoft Visual Studio?
如何在 Microsoft Visual Studio 中禁用空格的“点”?
回答by Vicky
Edit -> Advanced -> untick View White Space.
编辑 -> 高级 -> 取消勾选查看空白区域。
回答by John K?llén
You've enabled "Show spaces". Turn them off with Ctrl+R Ctrl+W, or Edit > Advanced > View Spaces
您已启用“显示空间”。使用 Ctrl+R Ctrl+W 或编辑 > 高级 > 查看空间关闭它们
回答by kravits88
For Visual Studio 2010 or later:
对于 Visual Studio 2010 或更高版本:
Ctrl+E,S
Ctrl+ E,S
回答by Kshitij Parekh
Keyboard shortcut : Ctrl R + Ctrl W
键盘快捷键:Ctrl R + Ctrl W
回答by Marcogomesr
in VS Version: 1.39.2 - 2019in the menu view -> Render Whitespace
在 VS 版本中:1.39.2 -2019在菜单中view -> Render Whitespace

