Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change environment's font size?

Is there a way to change the environment font size in Visual Studio Code? Stuff like IntelliSense box, debug panel, file names, etc.

I know how to change the editor's font size but I cannot figure out how to change the environment font size. So I wonder if you can change it somehow.

like image 360
Sul Aga Avatar asked Nov 13 '15 21:11

Sul Aga


People also ask

What are 3 ways to increase the font size?

To make the texts larger, press “Ctrl + Shift + >”. To make the texts smaller, press “Ctrl + Shift + <”.

How do I change the font size in solution explorer?

Select from the menu Tools -> Options -> Fonts and Colors -> Environment Font. Select a different font name and then change the font size. Apply changes. Restart environment.


1 Answers

Currently it is not possible to change the font family or size outside the editor. You can however zoom the entire user interface in and out from the View menu.

Update for our VS Code 1.0 release:

A newly introduced setting window.zoomLevel allows to persist the zoom level for good! It can have both negative and positive values to zoom in or out.

like image 83
Benjamin Pasero Avatar answered Oct 02 '22 14:10

Benjamin Pasero