Xcode using FIXME, TODO, ???,?

前端 未结 9 1221
抹茶落季
抹茶落季 2021-01-30 04:13

I have started to use the FIXME, TODO, ??? and !!! tags in XCode but have am finding it painful that it does not recognise th

9条回答
  •  一生所求
    2021-01-30 04:54

    The FIXME:, TODO:, ???: and !!!: works in 4.3.3 inside and outside of functions.

    You can have any number of whitespace before or after the double slash, but you have to use uppercase and follow the tag with a colon.

    Just to make it clear - all of these work:

    //          FIXME: This works.
      //TODO: This works.
        //                  !!!: Working.
    // // //???: Works as well.
    

提交回复
热议问题