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

编程入门 行业动态 更新时间:2024-10-25 02:19:08
本文介绍了为什么Visual Studio编辑器在空白处显示点?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 在Visual Studio文本编辑器中有一个奇怪的错误。 我所有的空格都被替换为。

public class Person {年龄; $ b $ p $ b

public..class..Person .......................... {。 ................. ..int年龄; ................... } .....................

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

解决方案

Visual Studio配置为显示空白。 b $ b

按 Ctrl + R , Ctrl + W 。 b

如果您使用的是C#键盘映射:(谢谢Simeon) $ b

按 Ctrl + E , S 。

如果你想使用菜单:(谢谢angularsen)

编辑>高级>查看空白

I have a strange bug in the Visual Studio text editor. All my blank spaces are replaced by a "."

public class Person { int age; }

looks like this

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

I reset the settings to default. Didn't work. I also re-installed VS2008. Still didn't work. What's the error?

解决方案

Visual Studio is configured to show whitespace.

Press Ctrl+R, Ctrl+W.

If you are using C# keyboard mappings: (thanks Simeon)

Press Ctrl+E, S.

If you want to use the menu: (thanks angularsen)

Edit > Advanced > View White Space

更多推荐

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

本文发布于:2023-11-06 06:23:50,感谢您对本站的认可!
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:编辑器   空白处   Visual   Studio

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!