Xcode Note comments (//!!!: and //???:) no longer work inside methods

Originator:borked
Number:rdar://11155361 Date Originated:30 March 2012
Status:Duplicate Resolved:
Product:Developer tools Product Version:4.x
Classification:Other bug Reproducible:Always
 
Update 3 April: Duplicate of Bug ID# 760468

7Summary:
In older versions (3.x) of Xcode //!!!: and //???: would yield in entries in the list of methods. In Xcode 4x, this still works but only when the notes are outside a method.

Steps to Reproduce:

1) open a class file
2) type "//!!!: This needs to be improved" (without the quotes) *in between* two methods
3) go to the method popup
4) notice the "!!!: This needs to be improved" entry
5) NOW type "//!!!: This needs to be improved" (without the quotes) *inside* a method

Expected Results:

Note comments work in all locations of my code

Actual Results:
Note comments work only in some locations of my code, not always the most useful location

Regression:

Notes:

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!