“Show In Documentation”发生了什么?右键单击 XCode 时的选项?
刚拿到 XCode 4,注意到右键单击时他们删除了“在文档中显示”选项。有办法把这个找回来吗?在首选项中找不到它。这么有用的东西,他们似乎不会拿走。
Just got XCode 4, noticed they removed the "Show In Documentation" option when you right-click. Is there a way to get this back? Couldn't find it in preferences. Doesn't seem like they'd take away something so useful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您显示“快速帮助”实用程序视图 (cmd-opt-2),它将显示有关光标所在符号的信息;如果它是文档中的内容,它将提供其声明、类/协议/框架文档和其他内容的链接。以下是 NSString 的显示内容:
按住 Option 键单击符号可提供相同的信息,以及小“书” " 图标将链接到文档:
If you show the "Quick Help" Utilities view (cmd-opt-2) it will display information about the symbol where your cursor is; if it's something in the documentation it will provide links to its declaration, its class/protocol/framework documentation, and other stuff. Here's what it shows for NSString:
Option-clicking on a symbol provides the same information, plus the little "book" icon will link to the documentation: