Overriding Intellisense colors in Visual Studio 2015

后端 未结 3 2067
情话喂你
情话喂你 2020-12-14 17:50

I\'m using the Light theme with custom Text Editor colors. In Visual Studio 2015, my Intellisense and the other lightbulb/hover/popups all have code colors to match the Tex

相关标签:
3条回答
  • 2020-12-14 18:12

    I have this same issue, as I use a dark blue background with light text.

    What I did was use this add-on:

    https://visualstudiogallery.msdn.microsoft.com/6f4b51b6-5c6b-4a81-9cb5-f2daa560430b

    Then copy the theme you are currently using, but do not switch to it yet (if you want to keep your current font / color settings).

    I then exported my "Font and Color" settings, opened the generated file, and removed the "Theme" XML element completely.

    You can then switch to the new copied theme and re-import your color settings from the file just created using "Import and Export Settings".

    Then go to the theme editor add-on under Tools > Customize Colors. Edit your theme. Select the "Show All Elements" option and search for "tooltip" in the *.theme file. Update the Editor Tooltip -> Plain Text -> Foreground to be bright, and the Environment -> ToolTip to be dark.

    It isn't a perfect solution, but it is usable until they fix it.

    0 讨论(0)
  • 2020-12-14 18:28

    @karoberts answer is good although with the Visual Studio 2015 Color Theme Editor already installed I had to

    • Update the Editor Tooltip -> Plain Text -> Foreground to be bright, and the Environment -> ToolTip to be dark
    • apply the theme
    • restart Visual Studio (otherwise it wouldn't take the background)

    But exporting/importing as in @karoberts answer was not necessary.

    0 讨论(0)
  • 2020-12-14 18:38

    Try this
    tools > options > fonts and colors > show settings for "Enviroment" > tooltip > item background

    0 讨论(0)
提交回复
热议问题