Reputation: 2880
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
Reputation: 8455
VSCommands 2010 allows you to specify zoom level for newly opened documents.
Upvotes: 3
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
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