views:

74

answers:

4

How do you reset the "Zoom" in VS 2010 back to normal?

CTRL+SCROLL WHEEL lets you zoom in/out with Visual Studio 2010, but I'd like to get back to the initial 100%.

+1  A: 

There is a select box for this at the bottom left of the editor window - choose 100% ;)

I was unable to find a keyboard shortcut for it, though zooming in and out can be done using Ctrl + > and Ctrl + <.

Oded
+1  A: 

There's a zoom control in the bottom-left of the code editor. You can pick 100% from there, or type it by hand.

Dan Puzey
A: 

Can there be a script or something we can run to reset the zoom? Older IDEs could be scripted with macros. I can't believe they'd abandon that here. (Then again, I can't believe they din't have a 'Reset Zoom' function in the first place! A MSFT rep named 'Brittany' said it wasn't in beta 1 but would be there before it went gold. Guess that didn't happen.

MarqueIV
A: 

You can try VSCommands extension from Visual Studio Gallery, it adds several new features around zooming in VS2010

alt text

Registered User