Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hhfa008/autoimport

AutoImport for XCode, replace Peckham.
https://github.com/hhfa008/autoimport

ios ios-app xcode xcode-extension

Last synced: about 1 month ago
JSON representation

AutoImport for XCode, replace Peckham.

Awesome Lists containing this project

README

        

# AutoImport
AutoImport, handy Xcode plugin to import heaer file automatically.
Because sometimes you are on 999th line of code and scrolling up just to add an import is a waste of time.

# Support
AutoImport is a Xcode Source Editor Extension, supports Xcode 8 and above.
Replacements of [Peckham](https://github.com/markohlebar/Peckham), as  decided to drop support for Xcode plugins in Xcode 8.
## AutoImport by Menu

![Usage](AutoImport3.gif)

## AutoImport Key Binding

![Usage](AutoImport2.png)

## AutoImport by Quick Key

![Usage](AutoImport1.gif)
## Credits

I am using some helper functions to deal with the filtering out source text from[CleanHeaders-Xcode](https://github.com/insanoid/CleanHeaders-Xcode) and [xTextHandler-objc](https://github.com/cyanzhong/xTextHandler-objc), thanks for the awesome class.