自动为头文件中定义的类/实例方法创建骨架方法
在 XCode 4 中,每当在给定类的头文件中定义新类或接口方法时,是否有一种方法可以自动创建骨架(即基本上复制并粘贴签名,并用大括号覆盖)?考虑到我目前正在编写的方法数量,这将为我节省大量时间并减少“不完整实现”警告。
In XCode 4, is there a way to automatically create skeleton (i.e. basically copy and paste the signature over, with braces) whenever a new class or interface method is defined in the header file for a given class? Given the number of methods that I am writing at the moment this would save me a lot of time and reduce "incomplete implementation" warnings.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论