开发者

How to leave TODOs for yourself as part of Xcode4?

开发者 https://www.devze.com 2023-04-07 09:00 出处:网络
The one thing i like about Eclipse is that it lets one leave annotations like //TODO:, which IDE highlights and draws your attention to.

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 comple开发者_开发知识库ted 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.


// 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号