为什么Visual Studio 2005在我的代码中放绿点? [英] Why is Visual Studio 2005 putting green dots in my code?

查看:86
本文介绍了为什么Visual Studio 2005在我的代码中放绿点?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我按下了几个键,现在我的代码中出现了一些绿色点:

I pressed a couple of keys and now some green points appear in my code:

...protected.override.void.Dispose(bool.disposing)
......{
....if.(disposing.&&.(components.!=.null))
....{
.........components.Dispose();
....}
....base.Dispose.(disposing);
.}



我按空格键,然后出现一个绿点.表单仍然可以成功运行,但是这使我很难编写!



I press space bar key and a green point appears. The forms still run successfully, but this makes it difficult for me to write!

推荐答案

尝试在VS中先按Ctrl-R,再按Ctrl-W.

来源: http://suprej-venkat.blogspot.com/2007/11/visual-studio-shows-dots-for-spaces.html [
Try pressing Ctrl-R followed by Ctrl-W in VS.

Source: http://suprej-venkat.blogspot.com/2007/11/visual-studio-shows-dots-for-spaces.html[^]


您已成功启用可见空白"功能.选择编辑"->高级"->查看空白"菜单(或按Ctrl + Shift + 8)将其关闭.
You''ve managed to turn on the "Visible Whitespace" feature. Choose the Edit->Advanced->View White Space menu (or press Ctrl+Shift+8) to toggle this off.


这篇关于为什么Visual Studio 2005在我的代码中放绿点?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆