问题描述
有什么办法可以在 xcode 中更改导航器面板的字体大小?我已经设法使用首选项-> 字体 & 更改编辑窗口中的字体大小.颜色,但这不会改变导航器的字体大小.
2020年后的解决方案
终于有了 Xcode 12
在 Xcode 12 发布后,我们现在可以轻松更改导航器字体大小.
编码时不再盲目!;)
如何在 macOS 上更改系统系统的分辨率?
2020 年之前的解决方案 - 又名我的早期答案
目前更改分辨率的唯一方法是更改系统首选项.系统偏好 >显示 >从默认显示"更改分辨率选项到缩放"并根据需要选择.
在 Xcode 7 和 Alcatraz 之后
请注意,自 Xcode 8 起不再支持插件.Alcatraz 仅适用于 Xcode 7
Is there any way to change the font size of the navigator panel in xcode? I've managed to change the font size in the edit window with preference->font & color, but that does not change the font size of the navigator.
Solution after 2020
Finally with Xcode 12
After the release of the Xcode 12 now we're able to change the Navigator Font Size easily.
What’s New in Xcode 12
How
- Open Xcode's preferences
- Find the General Tab
- Find the new Navigator Size
Its default value is matched the system's Resolution. (check my early answer).
Now you can also choose Small, Medium, or Large.
No more getting blind while coding! ;)
How to change system system's Resolution on macOS?
Solution before 2020 - AKA My Early Answer
Only way to change Resolution is changing system preferences for now. System preferences > Displays > Change resolution option from "Default for display" to "Scaled" and choose as you wish.
After Xcode 7 and the Alcatraz
Please note that plugins are no longer supported since Xcode 8. Alcatraz is available for Xcode 7 only
这篇关于如何在 Xcode 上更改导航器字体大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!