gpt4 book ai didi

ios - 如何在 Xcode 中隐藏代码文档/注释?

转载 作者:搜寻专家 更新时间:2023-10-31 22:09:44 29 4
gpt4 key购买 nike

我正在用 Xcode 编写 swift,顺便说一句,同时阅读其他人的代码。你知道 swift 没有头文件,所以代码文档就在代码上面,这有时让我很烦。所以我的问题是'是否有一些神奇的方法来隐藏/显示文档/评论? '

/// I'm talking about hiding this..
///
/// - Parameter name: name
/// - Returns: return
func someMethod(param name:String) -> String {
return ""
}

最佳答案

编辑器 -> 代码折叠 -> 折叠注释 block

快捷方式:

  • 折叠:Shift + Control + Command + 左
  • 展开:Shift + Control + Command + 向右

关于ios - 如何在 Xcode 中隐藏代码文档/注释?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51261325/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com