如何更改Intellisense工具提示颜色

问题描述:

如何在Visual Studio中更改Intellisense显示的工具提示的颜色?

How can I change the colors of the tooltip shown by Intellisense under Visual Studio?

我通过将VS主题设置为蓝色"(我发现Dark主题缺乏对比度),自定义了编辑器颜色以在深色背景上获得白色文本,但是现在Intellisense工具提示不可读.

I've customized my editor colors to get white text on a dark background, by keeping VS theme to "Blue" (I find that the Dark theme lacks contrast), but now the Intellisense tooltip is unreadable.

最快和最简单的解决方法是更改​​以下颜色:

The quickest and easiest fix is to change the following colors:

  • 工具选项环境字体和颜色显示设置环境":
    • 工具提示
    • 工具提示边框
    • ToolsOptionsEnvironmentFonts and ColorsShow settings for "Environment":
      • ToolTip
      • ToolTip Border
      • 纯文本

      在这里,我设法使用蓝色"主题上的深色编辑器颜色来使工具提示可读:

      Here I managed to make the tooltip readable with my dark editor colors on a "Blue" theme:

      如果这还不够,您可以将颜色主题编辑器安装为建议此处.

      If that's not enough, you could install the Color Theme Editor addon as suggested here.