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.
我是 Java 开发人员,想知道如何在 CodeSense 进行自动完成时在 Xcode 中获得相当于 JavaDoc 的内容?如果我点击 ESC 按钮,我可以获得方法列表等,但它没有显示方法的描述。
我是 xcode 和 mac 的新手。将鼠标移到方法名称上,然后按alt + 鼠标左键单击以查看帮助。要查看完整帮助,请按alt + 双击鼠标左键。
它不完全相同,但最接近的等价物是快速帮助,可从帮助菜单访问。它是一个浮动调色板,可在光标位置动态显示方法或类的快速文档。