I have started to use the FIXME
, TODO
, ???
and !!!
tags in XCode but have am finding it painful that it does not recognise th
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.