在 Visual Studio 2010 代码编辑器中设置(临时)固定缩放系数
有没有办法配置 Visual Studio 2010(或 ReSharper,顺便说一句)将新打开的文件放大到特定的百分比?
(背景:在某些情况下(工作到很晚,不同的屏幕)我想放大一点以方便眼睛)
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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
VSCommands 2010 允许您指定缩放级别对于新打开的文档。
VSCommands 2010 allows you to specify zoom level for newly opened documents.
与此同时,我找到了一个可行的解决方案:
Visual Studio插件 演示文稿缩放提供了与我正在寻找的类似的行为。引用vs gallery的描述:
缩放级别也适用于新打开的文件(这对我来说特别重要)
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:
The zoom level is applied to newly opened files as well (which was particularly important for me)
我会通过“工具”>“简单地更改默认文本大小”选项>环境>字体和颜色> Size
对于ReSharper来说,它不提供这种渲染选项。
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.