Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hhfa008/autoimport
- Owner: hhfa008
- Created: 2017-12-19T09:25:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T09:10:50.000Z (about 7 years ago)
- Last Synced: 2024-04-06T07:33:45.867Z (10 months ago)
- Topics: ios, ios-app, xcode, xcode-extension
- Language: Objective-C
- Homepage:
- Size: 2.42 MB
- Stars: 82
- Watchers: 5
- Forks: 37
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)
## CreditsI 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.