Using Xcode 7 and Swift 2.0, I am trying to use TODO comments, as in Visual Studio C #. I found sites offering
but none of them seem to work. I am checking the hierarchy of functions where, it seems, comments should appear later, and they are never updated.
This is what I expect:

How can I get these comments to display in Xcode intellisense?
source
share