Extend the partial file search string matching to in editor code completion
| Originator: | earltedly | ||
| Number: | rdar://11817236 | Date Originated: | 06-Jul-2012 10:59 AM |
| Status: | Open | Resolved: | |
| Product: | Developer Tools | Product Version: | - |
| Classification: | Enhancement | Reproducible: | Always |
Summary: Extend the partial file search string matching to in editor code completion Steps to Reproduce: When using the quick open file command (cmd+shift+o) or the fast method search (ctrl+6), it is possible to locate files using partial strings. For example: "UIableDel" will match: "UITableViewDelegate" It would be incredibly useful if this was extended to inline code completion. So, for example, typing: "NStig" would still bring up "NSString" as a possible completion. The Visual Assist X tools for Visual Studio have been doing this for a few years to great effect. Expected Results: n/a Actual Results: n/a Regression: n/a Notes: n/a
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!