Hacker News new | ask | show | jobs
by blub 4701 days ago
With Xcode it's just as bad as it looks. If you have multiple names with the same prefix you have to type it all or scroll in a list to select the correct item.

It even fails to complete types like NSString correctly when part of a method call. Not always of course, just when it gets confused, and then I have to delete and type again because the case is wrong.

1 comments

Or press tab to get a partial completion and use the arrow keys to pick the right one?