50

如果我将选项卡的缩放设置为 120%,那么在打开新选项卡时,Visual Studio 2012 应该以 120% 的缩放系数而不是 100%(默认值)打开它们。

但是重新打开时,Visual Studio 的缩放百分比应该被保留(120%)。

有什么办法可以解决这个问题吗?

4

4 回答 4

67

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).

于 2014-04-25T16:01:11.293 回答
25

转到工具>扩展和更新> 然后获取扩展

Visual Studio 2013 的 VSCommands ...如果您使用的是 VS2013

然后Tools > VSCommands12 > General > 单击按钮Open Configuration

然后关闭选项窗口并在应该打开的VSC - 配置选项卡中转到缩放选项并设置默认缩放级别。这将适用于所有编辑器选项卡。您仍然可以根据需要放大或缩小各个选项卡。但是即使在关闭 VS 后,您的默认缩放也会保留,并会在启动 VS 时恢复。

于 2015-11-11T21:15:28.813 回答
16

此扩展解决了问题 http://visualstudiogallery.msdn.microsoft.com/71870f0e-87bb-4a5f-8abd-e8e5e0ccb900

于 2013-08-11T21:26:49.033 回答
1

这些工具并不能解决整个问题,但可能会有所帮助:

也许这也有帮助: Visual Studio 2010 默认缩放级别

考虑到这个默认缩放问题,整个问题都无法解决(对于 VS 到 2010 年):-/。从我的角度来看,这是一个真正缺失的功能。

编辑:解决 Aditya Patil 的帖子问题?

于 2013-05-28T10:18:02.750 回答