为什么Visual Studio编辑器在空白处显示点?

我在Visual Studio文本编辑器中有一个奇怪的错误。 我所有的空格都被replace成“。”

public class Person { int age; } 

看起来像这样

 public..class..Person.......................... {.................. ..int age;................... }..................... 

我将设置重置为默认。 没有工作。 我也重新安装了VS2008。 仍然没有工作。 什么错误?

Visual Studioconfiguration为显示空白。

按下Ctrl + RCtrl + W。

看起来您已经启用了视图空白选项。 转到编辑 – >高级 – >并取消选中“查看空白”

在Visual Studio 2012中

Edit -> Advanced -> View White Spaces
要么
按下Ctrl + RCtrl + W

〜FOR VISUAL STUDIO 6〜

使用:按Ctrl + Shift + 8来打开/closures。

(或手动转到:编辑>高级>“查看空白空间”)

祝你好运!

也适用于Visual Studio 2008,当select工具/选项/环境/键盘/映射scheme:Visual C ++ 6时。

请结合Ctrl + RW按下面的button

我有同样的问题,并通过按Ctrl + RCtrl + W解决

ctrl + E,然后按S键删除Visual Studio 10中的行

visual studio 2015goto->view->formatting marks ,取消selectshow

文件 – >首选项 – >设置 ,这将打开两个面板并排,左边是默认设置,右边是用户设置,你可以添加你的设置在右侧面板,为此,你可以添加"editor.renderWhitespace": "all"