VS2019 code is very small. How to make C# large

Ed Cal 1 Reputation point
2020-08-25T18:18:00.61+00:00

Question
Sign in to vote
0
Sign in to vote
I just install a new version of VS 2019 and my Code is very small. How do I make my code in my VS2019 C# larger

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,827 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Castorix31 82,846 Reputation points
    2020-08-25T19:56:22.577+00:00

    If you're talking about the code in the Editor, you can zoom it
    You can see : Tips and Tricks: Zooming in the VS 2010 Editor
    (works too for VS 2019)

    0 comments No comments

  2. Dylan Zhu-MSFT 6,406 Reputation points
    2020-08-26T05:38:13.36+00:00

    Hi EdCal,

    There are two methods which could help you enlarge the code in visual studio:

    • Go to Tools->Options->Environment->Fonts and Colors, then you could change the size of the font in different editor

    20431-annotation-2020-08-26-11029222213.jpg

    • At the left bottom of the editor, you could switch the zoom rate to 150% or larger, which will enlarge the font in current editor.

    20346-annotation-2020-08-26-110292222123.jpg

    Best Regards,
    Dylan

    0 comments No comments