目前我正在做一个基于 iOS 的图像处理任务。
我在研究不同的模块。因此,如果将来需要在模块中添加某些内容,我希望将其标记为“ To do note”。 在 Xcode 还有其他类似的宏吗?
For this currently I'm using #pragma like:
#pragma mark -
#pragma mark To do: Add the Image processing methods.
但它在“方法”部分列出了如下内容:

The issue is, it's listed under the methods list so sometimes I forgot to remove this from the section also it's very difficult to find it in entire source code. (Searching #pragma results to show entire lists)
I'm using Xcode Version 4.6.2 .