https://github.com/keith/ignorexcodeimagecompletions
A Xcode plugin for discarding Image completions
https://github.com/keith/ignorexcodeimagecompletions
ios macos plugin xcode
Last synced: 6 months ago
JSON representation
A Xcode plugin for discarding Image completions
- Host: GitHub
- URL: https://github.com/keith/ignorexcodeimagecompletions
- Owner: keith
- License: mit
- Created: 2017-07-25T07:48:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T20:45:18.000Z (about 8 years ago)
- Last Synced: 2025-01-09T03:23:30.325Z (about 1 year ago)
- Topics: ios, macos, plugin, xcode
- Language: Objective-C
- Size: 49.8 KB
- Stars: 43
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IgnoreXcodeImageCompletions
IgnoreXcodeImageCompletions is an "old style" Xcode plugin for disabling
image autocompletion. Just in case you've ever been annoyed by this:

## Installation
1. [Un-sign Xcode][unsign]
1. Copy `IgnoreXcodeImageCompletions.xcplugin` to `~/Library/Application
Support/Developer/Shared/Xcode/Plug-ins`
1. Celebrate
OR:
1. [Un-sign Xcode][unsign]
1. Clone the repo
1. Run `make install`
If you don't want to do this you should [dup my radar][radar] on this
silly autocompletion behavior.
### Compatibility
Currently this plugin has been tested with (and has the UUIDs for):
- Xcode 9.3 beta 4 (9Q127n)
- Xcode 9.2 (9C40b)
- Xcode 9.0 (9A235)
- Xcode 8.3.3 (8E3004b)
[radar]: http://www.openradar.me/33506212
[unsign]: https://github.com/XVimProject/XVim/blob/master/INSTALL_Xcode8.md