Visual Studio 2010 - 找不到标识符匹配的颜色设置

发布于 2024-12-08 18:05:59 字数 287 浏览 0 评论 0原文

我正在寻找在 Visual Studio 上设置标识符匹配的背景/突出显示颜色的选项。

例如,如果我有一个标识符:

int myNumber=0

现在,我将光标放在 myNumber 的中间。 Visual Studio 突出显示页面上所有其他出现的 myNumber。

我一生都无法找到此突出显示的颜色设置。目前,在我的配色方案中,它看起来非常像所选文本的颜色。所以,这很令人困惑并影响我的生产力。

如果有人能追踪到这一点,你将成为我的英雄。

I am looking for the option to set the background/highlight color for identifier-matches on Visual Studio.

For example, if I have an identifier:

int myNumber=0

Now, I put my cursor on into the middle of myNumber. Visual Studio highlights all other occurrances of myNumber on the page.

I cannot, for the life of me, find the color settings for this highlighting. At the moment in my color scheme it looks very much like the color for selected text. So, it is confusing and affects my productivity.

If anyone can track this down, you will be my hero.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

月竹挽风 2024-12-15 18:05:59

虽然晚了几个月,但您正在寻找的设置是突出显示的参考

It's a few months late, but the setting you're looking for is Highlighted Reference.

淡笑忘祈一世凡恋 2024-12-15 18:05:59

由于这出现在第一个 Google 搜索结果中,我还要补充一点,如果您选择的颜色不起作用,您可能还必须启用该选项。它位于不同的地方:

  • 文本编辑器、[基本、C#]、高级、“突出显示对光标下符号的引用”
  • 文本编辑器、C++、高级、“禁用引用突出显示”

Since this comes up in the first Google search result, I'll also add that you may also have to enable the option if the colour you have selected isn't working. This is located in various places:

  • Text Editor, [Basic, C#], Advanced, "Highlight references to symbol under cursor"
  • Text Editor, C++, Advanced, "Disable Reference Highlighting"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文