Visual Studio 2010 - 找不到标识符匹配的颜色设置
我正在寻找在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
虽然晚了几个月,但您正在寻找的设置是
突出显示的参考
。It's a few months late, but the setting you're looking for is
Highlighted Reference
.由于这出现在第一个 Google 搜索结果中,我还要补充一点,如果您选择的颜色不起作用,您可能还必须启用该选项。它位于不同的地方:
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: