How can I mark “To Do” comments in Xcode?

前端 未结 10 1190
别跟我提以往
别跟我提以往 2020-12-04 05:39

Currently I\'m working on an iOS based Image Manipulation task.

Problem:

I\'m working on different modules. So If I need to add something in a module in fu

10条回答
  •  忘掉有多难
    2020-12-04 06:14

    I got it.

    Writing comment like:

    // TODO: Do something
    

    Will do the trick.

    I got something like:

    TO DO


    Also there is a lot of options like:

    1. // FIXME: Midhun

    2. // ???: Midhun

    3. // !!!: Midhun

    4. // MARK: Midhun

提交回复
热议问题