我怎样才能摆脱这些圆点!?[英] How do I get rid of the dots!

本文是小编为大家收集整理的关于我怎样才能摆脱这些圆点!?的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。

问题描述

我在VS2008中的一个项目上进行编码,我试图击中Ctr + R + E以将字段封装为属性(Resharper的功能),我傻了手指,现在我到处都有点点点出去如何摆脱它. 例如

using.System;

Namespace.EgNamespace
{
....public.class.TestClass
....{
........public.void.TestMethod()
........{
............return;
........}

....}
}

这些点是集中的,但非常接近.我一直在为工具 - >选项 - >文本编辑器进行切换以将其关闭,但我丢失了.

推荐答案

Ctrl+R, Ctrl+W或

Edit –> Advanced –> View White Space

其他推荐答案

就我个人而言,我非常喜欢可见的空白,但前提是它从浓绿色变为温和的灰色时.请参阅您最抢先的Visual Studio是什么?/a>

本文地址:https://www.itbaoku.cn/post/1875818.html

问题描述

I was coding on a project in VS2008 and I tried to hit CTR + R +E to encapsulate a field as a property(feature of resharper) and I fummble fingered, now I have dots everywhere I have spaces and I cant figure out how to get rid of it. e.g.

using.System;

Namespace.EgNamespace
{
....public.class.TestClass
....{
........public.void.TestMethod()
........{
............return;
........}

....}
}

The dots are centered but its very close to that. I have been serching the tools->options->Text Editor for a toggle to turn it off but I am at a lost.

推荐答案

Ctrl+R, Ctrl+W or

Edit –> Advanced –> View White Space

其他推荐答案

Personally, I like visible white space a lot, but only if it's changed from the strong green to a mild gray. See What are your most-recommended Visual Studio preferences?