Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change The Font Size of The Package Manager Console

I want to change to a bigger font size in the PowerShell Package Manager Console in Visual Studio.

How?

like image 591
Steve.NayLinAung Avatar asked Jul 26 '16 13:07

Steve.NayLinAung


People also ask

How do I change the font size on my console?

Right click on the console window title bar, select Defaults, switch to tab Font and choose your desired font and size.

How do I use package manager console?

You can access the Package Manager Console from within Visual Studio by going to Tools -> Library Package Manager -> Package Manager Console.

How do I increase font size in VSC?

In Visual Studio Code, by pressing Ctrl + and Ctrl - you can change the overall font size of the IDE. This helps faster than changing settings in every session.

What is Package Manager console?

The NuGet Package Manager Console lets you use NuGet PowerShell commands to find, install, uninstall, and update NuGet packages. Using the console is necessary in cases where the Package Manager UI does not provide a way to perform an operation.


1 Answers

The font size can be changed by adjusting the settings for "Package Manager Console" within the "Fonts and Colors" section of the options popup (Tools -> Options -> Environment -> Font and Colors).

like image 143
KevB Avatar answered Sep 30 '22 07:09

KevB