10

Here’s an Xcode plugin submitted by Marko Hlebar that makes for a fantastic timesaver allowing you to add imports from anywhere within your code called Peckham.

Peckham allows you to popup a window using a hotkey combination, and when you start typing brings up associated imports based on keyword making it easy to find the import you need then when you select the desired file to import automatically adds the import statement to the top of your file.

Here’s an image showing Peckham in action from the readme:

You can find Peckham on Github here.