Visual Studio 2010 中垂直滚动条上的小彩色部分是什么?
我最近才注意到 VS2010 代码编辑窗口中垂直滚动条上绿色和蓝色小矩形的出现。谁能告诉我这些是什么?
我正在使用 Productivity Power Tools 扩展和 ReSharper 6 运行。
I have only recently paid any attention to the appearance of little green and blue rectangles on my vertical scroll bar in code editing windows in VS2010. Can anyone tell me what these are?
I'm running with the Productivity Power Tools extension and ReSharper 6.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我还没有找到这些位的颜色图例,但这是我们迄今为止发现的;
浅蓝色 = 书签
蓝色 = 错误/警告
橙色 = 查找结果
红色 = 断点
浅紫色 = 所选变量的其他实例
深蓝色 = 当前光标位置
黄色 = 未保存更改
绿色 = 已保存更改
深绿色 = 拼写错误(在注释或字符串文字中)
I have not found a color legend for the bits, but here is what we have found so far;
Light Blue = Bookmarks
Blue = Error / Warning
Orange = Find Results
Red = Breakpoint
Light Purple = Other instances of the selected variable
Dark Blue = Current cursor location
Yellow = Not saved changes
Green = Saved Changes
Dark Green = Spelling error (in comment or string literal)
从生产力工具扩展页面:
From the productivity power tools extension page:
如果您将鼠标悬停在有拼写错误的单词上,下面会出现一个框,这是值得的。然后,您将鼠标悬停在该框上,然后会出现一个下拉箭头,您可以选择正确的拼写或将单词添加到词典中。
For what it is worth if you hover on the word with a spelling error a box will appear below. You then mouse over the box and a drop arrow will appear from there you can select the correct spelling or add a word to the dictionary.