问题描述
也许有人知道我如何在 Visual Studio 2015 的输出窗口"中更改此高亮效果
Maybe someone know how I could change this highlight effect in 'Output Window' of Visual Studio 2015
示例如下:
附言我安装了 VSColorOutput 扩展,但我检查了两次它没有设置任何背景颜色.
P.S. I have VSColorOutput extension installed but I checked twice that it does not set any background color.
推荐答案
这实际上是一个与 VSColorOutput 相关的问题,据 VSColorOutput 的作者说,这是由 Visual Studio 中的错误引起的.
This is, in fact, a problem related to VSColorOutput and, according to the VSColorOutput's author, it's caused by a bug in Visual Studio.
您可以在此处查看有关此问题的整个对话:https://github.com/mike-ward/VSColorOutput/issues/4
You can see the whole conversation regarding this issue here: https://github.com/mike-ward/VSColorOutput/issues/4
与此同时,您可以尝试他们在那里提出的解决方法:转到工具 --> 选项 --> 环境 --> 字体和颜色
In the meanwhile, you can try the workaround they propose there:Go to Tools --> Options --> Environment --> Fonts and Colors
显示设置:输出窗口
将项目背景设置为黑色(不是默认或自动)
Set Item background to Black (not Default or Automatic)
在我重新启动 Visual Studio 后它对我有用.
It worked for me after I restarted Visual Studio.
这篇关于Visual Studio 2015 '输出窗口' 高亮效果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!