Reputation: 8351
Recently in my installation of VS2022 the tooltip message font size went microscopic as shown in the clip below.
I've gone thru the font size options in the menus but haven't been able to find anything that will change the size.
Any ideas how to get that back to a readable size?
Upvotes: 7
Views: 2442
Reputation: 87
In the "Option" panel go to "Fonts and Colors" and press the button "Use Defaults".
Then custom your text size using Ctrl +, Ctrl - or Ctrl Mouse Scroll
Upvotes: 0
Reputation: 8351
The cause was an extension that extended the intellisense functionality. The resolution was to remove the suspect extension, restart VS2022, then reinstall the extension.
The errant extension was either CodeRush or CodeMaid.
Upvotes: 1
Reputation: 9165
Go to Tools → Options → Environment → Fonts and Colors and change the drop down to "Editor Tooltip" and then change the "Size" drop down value (the default is 9, yours appears to be set to something like 6):
Upvotes: 7