Popularity
6.4
Stable
Activity
0.0
Stable
847
15
40

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: Plugins     Xcode    
Latest version: v1.0.7

Import alternatives and similar libraries

Based on the "Plugins" category.
Alternatively, view Import alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Import or a related project?

Add another 'Plugins' Library

README

Import ☝️

Xcode extension for adding imports from anywhere in the code.

Now available on App Store

usage.gif

Why?

Because sometimes you are on 300th line of code and scrolling up just to add an import is a waste of time. This was built to replace Peckham, as  decided to drop support for Xcode plugins in Xcode 8.

Installation Guide (Xcode 8 / OSX 10.11+)

OR

  • close Xcode
  • (OSX 10.11 only) sudo /usr/libexec/xpccachectl
  • download the Import app
  • unzip and copy to Applications folder
  • run (right click + open)
  • (optional) click on Install Key Bindings to install ⌘ + ctrl + P binding
  •  -> System Preferences... -> Extensions -> All -> Enable Import
  • open Xcode
  • select a source file
  • check if Editor -> Import -> ☝️ is there
  • WIN

Usage

Import uses Xcode's autocomplete, this works best when written inside a function / a method

  • type: import MODULE_NAME (#import "HEADER_NAME.h" in Obj-C) as you normally would
  • press ⌘ + ctrl + P or alternatively Editor -> Import -> ☝️

Supported languages

  • Swift
  • Objective-C
  • C++
  • C

License

MIT, see LICENSE


*Note that all licence references and agreements mentioned in the Import README section above are relevant to that project's source code only.