An Xcode Plugin That Allows You To Easily Add Import Statements From Anywhere In Your Code

I’ve mentioned a number of nice time-saving Xcode plugins which you can find on the Xcode plugin list.

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:

Peckham

You can find Peckham on Github here.

A nice time saving Xcode plugin.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: An Xcode Plugin That Allows You To Easily Add Import Statements From Anywhere In Your Code

©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *