Reputation: 2184
Here is how tooltip looks like when you hover over function or any other identifier:
Here is how tooltip looks like when you query parameter info, for example when start filling function parameter list:
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:
Upvotes: 1
Views: 488
Reputation: 28216
It's expected behavior that both cases are colored like this(for at least VS2017 and VS2019):
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