I’ve mentioned a number of great Xcode plugins as of late, most recently the Injection plugin that allows you to inject code into apps running on the simulator or device and the Xcode color plugin that allows you to colorize debug console text.
Here’s a plugin from Kent Sutherland that provides auto-completion of your image name entries when using UIImage imageNamed by scanning through the files within your workspace.
As the readme states:
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.
And here’s an image from the readme showing the plugin in action:
You can download the plugin through Github here.
You can also read more about the plugin on Kent’s blog here.
Another great time saving Xcode plugin.
- Open Source Xcode Plugin That Helps Visualize Autoresize Masks Created programmatically
- Mini Xcode Plugin For Working Without The Gigantic Xcode Toolbar
- Free Xcode Plugin That Adds In Vim Keybindings
- Free Xcode Plugin That Makes Working With Strings Easier
- Xcode Plugin Collection For Minimizing Distractions/Fixing Auto-Completion And More
Original article: Tool: Xcode Plugin That Provides Auto-Completion Of Image Names When Using UIImage
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.






