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
I am using Visual Studio 2017 , I found below can change font size
In visual studio 2019 you can use,
Either:
Ctrl + Shift + . To increase
Ctrl + Shift + , To decrease
Or
Go to Tools > Options... > Environment > Fonts and Colors
In the Macros explorer under samples/accessibility there is an IncreaseTextEditorFontSize and a DecreaseTextEditorFontSize. Bind those to some keyboard shortcuts.
Be sure to check out the VS 2010 Beta that was just released. The new editor should have this.
Ctrl + MouseWheel works on almost anything...not just visual studio
This worked for me:
Ctrl + - to minimize
Ctrl + + to maximize