Visual Studio 2010 中垂直滚动条上的小彩色部分是什么?

发布于 2024-11-28 04:56:08 字数 117 浏览 2 评论 0原文

我最近才注意到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

毁虫ゝ 2024-12-05 04:56:08

我还没有找到这些位的颜色图例,但这是我们迄今为止发现的;
浅蓝色 = 书签
蓝色 = 错误/警告
橙色 = 查找结果
红色 = 断点
浅紫色 = 所选变量的其他实例
深蓝色 = 当前光标位置
黄色 = 未保存更改
绿色 = 已保存更改
深绿色 = 拼写错误(在注释或字符串文字中)

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)

好倦 2024-12-05 04:56:08

从生产力工具扩展页面

增强型滚动条
我们一直在寻找可以做到的方法
改善浏览代码文件的体验。我们的解决方案
是源地图,它具有三种模式,可以让您更多
轻松查看文件中有趣的工件(编辑、
断点、书签、错误、警告等),让您轻松使用
在它们之间导航。默认模式是“仅滚动条
模式”,将图标覆盖到标准滚动条上以允许
观看这些文物。在源地图模式下,我们替换了
默认滚动条允许您单击滚动条上的任何项目
直接导航到它。此源图模式还提供预览
当您将鼠标悬停时文档的一部分。最后,我们有
详细的源地图模式,允许您缩小视图
你的整个文件。您可以通过以下方式在任何这些模式之间切换
右键单击滚动条或转到“工具”
选项>生产力电动工具>源图,我们有很多
您可以配置的其他选项。

From the productivity power tools extension page:

Enhanced Scrollbar
We’ve been looking into ways that we can
improve the experience of navigating through code files. Our solution
is the source map which has three modes that will allow you to more
easily see the interesting artifacts in your files (edits,
breakpoints, bookmarks, errors, warnings etc) and make it easy for you
to navigate between them. The default mode is the “scroll bar only
mode” which overlays icons onto the standard scrollbar to allow for
viewing of these artifacts. In the source map mode, we’ve replaced the
default scroll bar allow you to click on any item on the scrollbar to
navigate directly to it. This source map mode also provides a preview
of the part of the document as you hover. Finally, we have the
detailed source map mode, which allows you to get a zoom out view of
your entire file. You can switch between any of these modes by
right-clicking on the scroll bar or going to Tools
Options>Productivity Power Tools>Source Map where we have a host of
other options that you can configure.

如果没有你 2024-12-05 04:56:08

如果您将鼠标悬停在有拼写错误的单词上,下面会出现一个框,这是值得的。然后,您将鼠标悬停在该框上,然后会出现一个下拉箭头,您可以选择正确的拼写或将单词添加到词典中。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文