在 Visual Studio 2010 代码编辑器中设置(临时)固定缩放系数

发布于 2024-09-17 19:03:40 字数 114 浏览 4 评论 0原文

有没有办法配置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

信仰 2024-09-24 19:03:40

VSCommands 2010 允许您指定缩放级别对于新打开的文档。

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

别再吹冷风 2024-09-24 19:03:40

与此同时,我找到了一个可行的解决方案:

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:

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)

往事风中埋 2024-09-24 19:03:40

我会通过“工具”>“简单地更改默认文本大小”选项>环境>字体和颜色> 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文