Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vs2017: Set font size for "Error List" tool window only?

In Visual Studio 2017, is it possible to change the UI font size for the IDE Error List tool window only, i.e., without affecting any other settings?

Having said this, I can't even find any setting in Tools > Options > Environment > Fonts and Colors that affects the Error List at all, even after restarting Visual Studio as suggested.

like image 625
Glenn Slayden Avatar asked Mar 31 '18 01:03

Glenn Slayden


People also ask

How do I change the default font size in Visual Studio 2017?

To change the font and text size in the editorOn the menu bar, choose Tools > Options. In the options list, choose Environment > Fonts and Colors. In Show settings for list, select Text Editor. Modify the Font and Size options to change the font and text size for the editor.

How do I change font size in labels in Visual Basic?

In Visual Basic, you set the FontSize property by using a numeric expression equal to the desired size of the font. The setting for the FontSize property can be between 1 and 127, inclusive.

How do I see only errors in Visual Studio?

To display the Error List, choose View > Error List, or press Ctrl+\+E.


1 Answers

It is done by changing the Environment Font. It changes the menu font too.

Tools->Options->Fonts and Colors->Environment

like image 57
zac Avatar answered Oct 29 '22 15:10

zac