Is there a way to zoom the Visual Studio text editor with a keyboard shortcut?

ahsteele picture ahsteele · Jun 22, 2010 · Viewed 84.7k times · Source

Yesterday I found myself needing to zoom my Visual Studio text editor and was without a mouse (don't ask). Typically I do this by holding down CTRL and scrolling the mouse wheel. I also couldn't figure out how to tab into the area where you can specify your zoom level in the lower left hand corner of the text editor window.

zoom in the lower left corner of the text editor window

So I guess I have two questions:

  1. Is there a menu setting somewhere that I could have navigated to via the keyboard to set my zoom level?
  2. Even better is there a similar keyboard command to holding CTRL and scrolling the mouse wheel?

Answer

Brandon picture Brandon · Jun 22, 2010

I don't know if there is a menu option, but there are keyboard shortcuts to set the zoom level.

ctrl+shift+. to Zoom In

ctrl+shift+, to Zoom Out