如何在 Xcode4 中为自己留下 TODO?
我喜欢 Eclipse 的一件事是它允许人们留下像 //TODO:
这样的注释,IDE 会突出显示并引起您的注意。
Xcode 有类似的东西吗?
最终,我想将事情标记为已完成,而不必担心忘记稍后重新访问此代码。寻找这个很好,但我忍不住想一定有更好的东西。
请告诉我。
The one thing i like about Eclipse is that it lets one leave annotations like //TODO:
, which IDE highlights and draws your attention to.
Is there anything like this available for Xcode?
Ultimately, i'd like to mark things as to be completed without fear of forgetting to revisit this code later. Searching for this is fine, but i can't help but think there has got to be something better.
Please let me know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
工作原理相同。
此外,这些显示在方法名称的下拉列表中,因此您可以查看并直接跳转到需要更多工作的区域。
Works the same.
In addition, these show up in the drop-down list of method names, so you can see and jump right to the areas that need more work.