美文网首页
Xcode 10 折叠代码

Xcode 10 折叠代码

作者: 壮士你怎么了 | 来源:发表于2019-03-26 09:55 被阅读0次

    最近写的代码实在是太多了,看起来头大。就想起了折叠代码。

    Xcode10版本代码折叠:

    在Xcode菜单里选择Preference——Text Editing,你会发现里面有一个“code folding ribbon”,勾选它就能恢复代码折叠功能了。

    相关快捷键:

    局部折叠(折叠一个函数) :Command+Option+Left/Right

    全局折叠(折叠当前文件下的全部函数):Shift+Command+Option+Left/Right

    折叠注释块:(/ /之间的文字) : Ctrl+Shift+Command+Left/Right

    当前文件的所有方法 折叠: command+option + shift + 向左按键 展开: command+option + shift + 向右按键

    相关文章

      网友评论

          本文标题:Xcode 10 折叠代码

          本文链接:https://www.haomeiwen.com/subject/oabwvqtx.html