If I type UITa
, then it might show an autocompletion of UITableViewDataSource
. So I press enter and that's what I get. But what I wanted was UITableViewDelegate
. If this was when we input the file name in the command line of bash
, then it would have auto-completed up to UITableViewD
, and then I would have to enter a to get an autocompletion for UITableViewDataSource
, or e
to get UITableViewDelegate
.
Is there a way to make Xcode work like that, or another way to avoid this problem?