Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/ignorexcodeimagecompletions
A Xcode plugin for discarding Image completions
https://github.com/keith/ignorexcodeimagecompletions
ios macos plugin xcode
Last synced: 1 day 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T20:45:18.000Z (almost 7 years ago)
- Last Synced: 2025-01-09T03:23:30.325Z (15 days 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:![example](example.png)
## Installation
1. [Un-sign Xcode][unsign]
1. Copy `IgnoreXcodeImageCompletions.xcplugin` to `~/Library/Application
Support/Developer/Shared/Xcode/Plug-ins`
1. CelebrateOR:
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