如何在 Visual Studio 2010 中更改当前线条颜色?
也许这很微不足道,但我几个星期都找不到答案。它设置为浅灰色,这在深色主题中非常麻烦。
我有什么想法可以改变这个吗?如果无法更改,甚至禁用它。
Maybe it's trivial but I couldn't find an answer to it for several weeks. It's set to some light gray color which is very bothersome in a dark color theme.
Any ideas how I can change this? Or even disable it if there is no way to change it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
启用/禁用该功能。
更改颜色。
to enable/disable the feature.
to change the colors.
如果您和我们很多人一样使用 ReSharper,则可以通过以下方式突出显示当前行:
之后您可能需要重新启动 Visual Studio,如果您不喜欢该颜色,请通过以下方式更改:
查看更多详细信息此处
If you as many of us use ReSharper, highlighting current line can be achieved via:
After that you may need to restart Visual studio and if you do not like the color, change it via:
See more details in here
您可以使用Visual Studio 主题生成器,您可以在其中更改所有颜色。
You can use the Visual Studio Theme Generator , where can you change all colors.
只是为了添加上面 Brian 的答案,要拥有扩展,您需要从扩展管理器安装 VC10 扩展,请参阅下面的两个链接如何执行此操作:
http://weblogs.asp.net /scottgu/archive/2010/05/03/visual-studio-2010-extension-manager-and-the-new-vs-2010-powercommands-extension.aspx
http://weblogs.asp.net/scottgu/archive /2010/06/09/visual-studio-2010-productivity-power-tool-extensions.aspx
Just to add to Brian's answer above, to have the extension, you need to install the VC10 extension from extension manager, see those two links below how to do it:
http://weblogs.asp.net/scottgu/archive/2010/05/03/visual-studio-2010-extension-manager-and-the-new-vs-2010-powercommands-extension.aspx
http://weblogs.asp.net/scottgu/archive/2010/06/09/visual-studio-2010-productivity-power-tool-extensions.aspx