Does anybody know if there is a shortcut or something similar for changing the font size in the text editor in Visual Studio 2008?
What I mean is something like Ctrl + m
Use : Tools in Menu -> Options -> Environment -> Fonts and Colors
You'll probably find these shortcuts useful:
Ctrl+Shift+. to zoom in.
Ctrl+Shift+, to zoom out.
Those characters are period and comma, respectively.
In visual studio code if your front is too small or too big, then you just need to zoom out or zoom in. To do that you just have to do:
Ctrl + Alt + MouseWheel will work in Visual Studio 2015.
Ctrl + MouseWheel on active editor.
You can chnage font size by ctrl + mousewheel.
OR
tools --> options --> environment --> font and color.
Detail with screenshot is mentonied here