如果我们不知道第一个字母,Objective C 中的代码意义
好吧,目标 c 中的智能感知或代码感知似乎只有在我们按下某个字母时才会触发。
如果我不知道对象方法的首字母并且我更喜欢知道类支持的所有方法怎么办?
有办法做到吗?
Okay the intellisense or code sense in objective c seems to fire only if we press some letter.
What about if I do not know the first letter of the an object method and I prefer to know ALL the methods a class support.
Any way to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
按 esc 键。它将向您显示所有可能的自动完成的列表。
Press the esc key. It will show you a list of all possible autocompletions.