FaultyOverflow
FaultyOverflow

Reputation: 313

MS Visual Studio 2019: how to change background color of text editor's tooltip window

Winforms project, a form has some code in the Form_KeyDown event.

When i hover the mouse over the name of the event (Form_KeyDown) in the text editor of the form, a tooltip window appears. Going to Tools -> Options -> Environment -> Fonts and Colors i've searched around but i could not find how to change the tooltip's background color, either in Show Settings for: "Text Editor" or "Editor Tooltip" or "[All Text Tool Windows]". Where is the setting for changing the tooltip's background color (if any)?

Upvotes: 2

Views: 475

Answers (1)

FaultyOverflow
FaultyOverflow

Reputation: 313

For future reference, i have finally found the answer here: https://developercommunity.visualstudio.com

Check answer by Paul Chen in that link.

This was fixed in some update of VS2015. Switch "Show settings for:" to "Environment" and you'll see "Tooltip" and "Tooltip Border", try change the "Background Color" of them.

Upvotes: 3

Related Questions