Have code completion inside a comment be aware of entire method name

Originator:andylee63
Number:rdar://7197881 Date Originated:2009-09-04
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 3.2
Classification:Enhancement Reproducible:Always
 
04-Sep-2009 02:26 AM Andrew Lee:
Summary: 
Provide a descriptive summary of the issue.

Steps to Reproduce:
1. In an Xcode project, open an Objective-C file that contains a multi-argument method (for example, tableView:heightOfRow:).
2. Start editing a HeaderDoc comment for the method (or any style comment just above the method).
3. Type part of the name of the method (for example, "tableVi").
3. Hit either Control-. or Control-, to invoke code completion.

Expected Results:
I'd like to see code completion fill in the whole name of the method.

Actual Results:
Only the first segment of the method name is filled in ("tableView" in the above example), with no colon.

Regression:
Always reproducible in Xcode 3.2.

Notes:


Add to Problem Details

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!