Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set permanent Zoom factor in Visual Studio Editor 2012 tabs

If I set the zoom of a tab to 120%, then when opening new tabs, Visual Studio 2012 should open them with a 120% zoom factor and not 100% (the default).

But when reopening, Visual Studio the Zoom Percentage should be preserved (120%).

Is there is any way to solve the issue?

like image 424
Pankaj Agarwal Avatar asked May 28 '13 09:05

Pankaj Agarwal


People also ask

How do I zoom in on Visual Studio 2012?

Visual Studio provides commands—View. ZoomIn (Ctrl+Shift+.) and View. ZoomOut (Ctrl+Shift+,)—that increase and decrease the zoom level in various parts of the IDE.

How do I change the default zoom in Visual Studio 2013?

Go to TOOLS à Options à Environment à Fonts and Colours and change the Size field. Avani, Global Zoom Level extension lets you save zoom settings.

How do I change the zoom level in Visual Studio?

You can adjust the Zoom level in VS Code with the View > Appearance > Zoom commands. The zoom level increases or decreases by 20% each time a Zoom command is executed.

How do I change zoom factor?

By default, Chrome sets the zoom level to 100%. To manually adjust the settings, use the Ctrl key and “+” or “-” combos to increase or decrease the page magnification. If you are using a mouse, you can hold down the keyboard Ctrl key and use the mouse wheel to zoom in or out.


3 Answers

If you are simply zooming so the text in your editor is bigger, then why not just increase the font size?

Open TOOLS -> OPTIONS, under the 'Environment' tab select 'Fonts and Colors', and change the font size to whatever you want.

--edit--

As @Anovative pointed out in his comment and answer below, there is now a way to set default zoom within Visual Studio 2013 (and subsequent versions I'd assume).

like image 157
pje Avatar answered Oct 17 '22 01:10

pje


Go to Tools > Extensions and Updates > then get the extension

VSCommands for Visual Studio 2013 ...if you're using VS2013

Then Tools > VSCommands12 > General > click the button Open Configuration.

Then close out of the Options window and in the VSC - Config tab that should be open go to the Zoom option and set your default zoom level. This will apply to all editor tabs. You can still zoom in or out of individual tabs as desired. But your default zoom will be preserved even after closing VS and will be restored upon starting VS.

like image 25
Rockin4Life33 Avatar answered Oct 17 '22 01:10

Rockin4Life33


This extension solve the problem http://visualstudiogallery.msdn.microsoft.com/71870f0e-87bb-4a5f-8abd-e8e5e0ccb900

like image 17
Diomedes Domínguez Avatar answered Oct 17 '22 02:10

Diomedes Domínguez