Xcode code completion should allow to choose methods for overriding based on parameter names
| Originator: | ralf.ebert | ||
| Number: | rdar://21701296 | Date Originated: | 07-Jul-2015 12:23 PM |
| Status: | Open | Resolved: | |
| Product: | Developer Tools | Product Version: | Xcode-beta (7A121l) |
| Classification: | Enhancement | Reproducible: | Always |
Summary: Xcode code completion should allow to choose methods for overriding based on parameter names Steps to Reproduce: 1. Open Xcode and open a UITableViewController class in the code editor. 2. Type 'tableView' and use the code completion to override a UITableViewController method - this works. 3. Type 'tableView:numberOfRows' and use the code completion It would be great if Xcode would offer methods that match the name including the parameters (maybe using the selector-syntax to type the method name with parameters). This would allow to select methods more quickly - currently you can type 'tableView' and then use the code completion to select from a list of 50+ different methods than can be overwritten.
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!