如何在 Xcode4 中为自己留下 TODO?

发布于 2024-12-06 01:32:49 字数 178 浏览 0 评论 0原文

我喜欢 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一枫情书 2024-12-13 01:32:49
// FIXME: foo
// TODO: bar

工作原理相同。
此外,这些显示在方法名称的下拉列表中,因此您可以查看并直接跳转到需要更多工作的区域。

// FIXME: foo
// TODO: bar

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文