Autocompletion level: Xcode
Working on an iOS contract application the other day, I happened to create a manager class for a data collection. The purpose of the manager was to bundle a table view data source in with other convenience methods for the array being managed (`count`, etc.). In the process, I stumbled across a pretty aggressive autocomplete suggestion.
More