Popularity
9.3
Stable
Activity
0.0
Stable
4,163
186
687

Code Quality Rank: L3
Programming language: Objective-C
Tags: Plugins     Xcode    

KSImageNamed-Xcode alternatives and similar libraries

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

Do you think we are missing an alternative of KSImageNamed-Xcode or a related project?

Add another 'Plugins' Library

README

KSImageNamed-Xcode


What is this?

Can't remember whether that image you just added to the project was called button-separator-left or button-left-separator? Now you don't have to, because this will autocomplete your imageNamed: calls like you'd expect. Just type in [NSImage imageNamed: or [UIImage imageNamed: and all the images in your project will conveniently appear in the autocomplete menu. You'll even get a handy preview of the image you're about to select.

Developed and tested against Xcode 7. Objective-C and Swift are both supported.

Screenshot

How do I use it?

Manually

Build the KSImageNamed target in the Xcode project and the plug-in will automatically be installed in ~/Library/Developer/Xcode/Plug-ins. Relaunch Xcode and imageNamed: will magically start autocompleting your images.

Important: Old versions of KSImageNamed were installed in ~/Library/Developer/Application Support/Developer/Shared/Xcode/Plug-ins. Make sure to remove KSImageNamed.xcplugin from there before installing the new one.

Alcatraz

Install Alcatraz, restart Xcode and press โ‡งโŒ˜9. You can find KSImageNamed in the list and click the icon on the left to install.

How do I include file extensions when autocompleting?

Enter the following command and relaunch Xcode:
defaults write com.apple.dt.Xcode KSShowExtensionInImageCompletion -bool YES

Possible future improvements

Ideas for people who might want to hack on this:

  1. Only include images that are in the current project. Currently all images in the workspace are shown.
  2. Show an image preview and dimensions when clicking on an imageNamed: string in the editor

License

MIT License

Copyright (c) 2013 Kent Sutherland

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


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