英文:
How can I zoom one single editor group independently from others in VS Code?
问题
我通常在VS Code中使用分割编辑器以便更容易进行检查。我的视力不太好,所以设置"editor.mouseWheelZoom": true
已经很棒了。但有时,我需要放大特定的一个分割编辑器而不是其他的。是否有方法可以做到这一点?
英文:
I usually use the split editor for easier inspection in VS Code. My eyes are not good so the setting "editor.mouseWheelZoom": true
is already awesome. But sometimes, I need zoom in specific one split editor more others.
Is there any way to do that?
答案1
得分: 1
这个功能在写作时并不存在,并且在过去被拒绝了。
通过搜索“github vscode issues zoom individual editor group”,我找到了这个功能请求:Different zoom levels / fontsizes per editor group #80638,在写作时,它被关闭,并标为“超出范围”,附带此消息(重点添加):
> 为了保持我们收件箱中的问题数量在可管理的范围内,我们正在关闭那些在可预见的未来不会解决的问题:我们会查看问题收到的投票数量以及重复提交的问题数量。更多详细信息请看这里。如果您不同意并认为这个问题至关重要:我们愿意倾听并重新考虑。
>
> 如果您想知道我们正在做什么,请参阅我们的路线图和问题报告指南。
英文:
This feature does not exist at the time of this writing, and was turned down in the past.
From googling "github vscode issues zoom individual editor group
", I found this feature-request: Different zoom levels / fontsizes per editor group #80638, which at the time of this writing is closed as "out of scope" with this message (emphasis added):
> This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.
>
> If you wonder what we are up to, please see our roadmap and issue reporting guidelines.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论