Markus Bruckner
Markus Bruckner

Reputation: 2880

Set (temporary) fixed zoom factor in Visual Studio 2010 code editor

Is there a way to configure Visual Studio 2010 (or ReSharper, btw.) to zoom in newly opened files to a specific percentage?

(Background: In some cases (working late, different screen) I'd like to zoom in a little to make it easier on the eyes)

Upvotes: 4

Views: 1378

Answers (3)

Jarek Kardas
Jarek Kardas

Reputation: 8455

VSCommands 2010 allows you to specify zoom level for newly opened documents.

Upvotes: 3

Markus Bruckner
Markus Bruckner

Reputation: 2880

In the meantime I found a working solution:

The Visual Studio add-in presentation zoom provides a behavior similar to which I was looking for. To quote the description at vs gallery:

This extension creates a global zoom level so that if you zoom a single window, all editor instances will be updated to that zoom level.

The zoom level is applied to newly opened files as well (which was particularly important for me)

Upvotes: 3

Jura Gorohovsky
Jura Gorohovsky

Reputation: 10148

I'd go with plainly changing the default text size via Tools > Options > Environment > Fonts and Colors > Size

As to ReSharper, it doesn't provide this kind of rendering options.

Upvotes: 2

Related Questions