visual-studio 如何更改 Visual Studio 空白设置?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/257752/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-22 09:50:41  来源:igfitidea点击:

How to change Visual Studio whitespace settings?

visual-studioeditor

提问by JaredPar

I have whitespace characters showing in the Visual Studio code editor, and I'd like to remove them.

我在 Visual Studio 代码编辑器中显示了空白字符,我想删除它们。

回答by JaredPar

Ajryan is correct but depending on your profile this menu item may be obscured. The keyboard shortcut should still work though. CTRL+R,CTRL+W

Ajryan 是正确的,但根据您的个人资料,此菜单项可能会被遮挡。不过键盘快捷键应该仍然有效。CTRL+R,CTRL+W

回答by Aidan Ryan

You need to turn off showing whitespace characters. Menu: Edit > Advanced > View White Space.

您需要关闭显示空白字符。菜单:编辑 > 高级 > 查看空白。

回答by z-boss

If it is VS2008 then you can use "Ctrl+E, S" combination to toggle.

如果是 VS2008 那么你可以使用“ Ctrl+E, S”组合来切换。