Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
它看起来像一种错误。我尝试在操场上练习快速语言。 但是占位符快捷键(ctrl+slash)还不能在操场上使用。
然后我搜索了解决这个问题的解决方案。但是失败了。它在其他 swift 文件中运行良好。
有谁知道为什么不能或任何解决方案?
看来此功能尚未实现/连接。不要指望 Playgrounds 在这一点上是一个完全可用和/或稳定的功能。它们是 Xcode 预发布版本中的一个新功能。他们会遇到问题。
解决方法是按 Tab。这将跳转到下一个占位符。
希望这可以帮助!