How can I change Intellisense tooltip colors

对着背影说爱祢 提交于 2019-12-11 02:52:52

问题


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

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.


回答1:


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

  • ToolsOptionsEnvironmentFonts and ColorsShow settings for "Environment":
    • ToolTip
    • ToolTip Border
  • ToolsOptionsEnvironmentFonts and ColorsShow settings for "Editor Tooltip":
    • Plain Text

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.



来源:https://stackoverflow.com/questions/48787912/how-can-i-change-intellisense-tooltip-colors

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!