Eternal21
Eternal21

Reputation: 4664

How to change parameter type color inside tooltips?

The default blue color is unreadable on the gray background:

enter image description here

I couldn't find any option inside Tools > Options > Environment > 'Fonts and Colors' that controlled that particular color. How do I modify that color?

EDIT: Looks like either VS or Resharper finally fixed the default color. It looks like this now, without me having to change anything:

enter image description here

Upvotes: 1

Views: 359

Answers (2)

Nikita
Nikita

Reputation: 900

So, string in C# it's a keyword that means you can simply modify this blue color for all keywords by setting

Tools -> Options -> Environment -> Fonts and Colors -> Settings for Text Editor -> Keyword -> Item foreground parameter in Visual Studio settings.

Upvotes: 2

GSIO01
GSIO01

Reputation: 501

There is the resharper extension EnhancedTooltip. As far as I know it uses the same colors a the editor window. You can install it from ReSharper -> Extension Manager ... .

Upvotes: 1

Related Questions