Is there a way to increase the font size of IntelliSense?

Viewed 4189

I am unable to find that option in Visual Studio 2017. I know you can change the font of the code you're writing but not seeing the option for IntelliSense makes me think that is not possible.

1 Answers

Tools – Options – Environment - Fonts and Colors > Statement Completion

  • Besides "Editor Tooltip" option changes the method & parameter information

you can change size as you wish there.

Related