metablaster
metablaster

Reputation: 2184

parameter tooltip not colored like oteher tooltips in Visual Studio

Here is how tooltip looks like when you hover over function or any other identifier:

enter image description here

Here is how tooltip looks like when you query parameter info, for example when start filling function parameter list:

enter image description here

I wan't in both cases colored tooltip, what setting do I need to adjust?

UPDATE: Following suggestion to reset settings to factory defaults, I signed into fresh Admin account in windows, and opened up Visual Studio with fresh factory settings but there is no change, test screenshot:

enter image description here

Upvotes: 1

Views: 488

Answers (1)

LoLance
LoLance

Reputation: 28216

It's expected behavior that both cases are colored like this(for at least VS2017 and VS2019):

enter image description here

I'm not sure whether your issue comes from the unknown color setting or vs extensions, you can try Reset the VS IDE settings by Tools=>Import and Export Settings=>Reset all settings=>No, just reset settings, overwrite=>General=>Finish to get your text editor back to normal behavior.

And if it can't work, please disable the third-party extensions and restart VS to make it work.

Updated:

All above for C# Intellisense not C++. For C++ Intellisense, this option is not supported by IDE.

And if someone is interested in this option, consider voting for it in DC.

Upvotes: 1

Related Questions