Alcatraz
Alcatraz is an open-source package manager for Xcode 5. It lets you discover and install plugins, templates and color schemes without the need for manually cloning or copying files. It installs itself as a part of Xcode and it feels like home.
(亲测Xcode5.1可用)
Lin
Xcode5 plugin showing completion for NSLocalizedString and localizedStringForKey:value:table:
(兼容到Xcode5,5.1不可用)
项目地址: https://github.com/questbeat/Lin
KFCocoaPodsPlugin
XcodePlugin for CocoaPods with pod commands/console output, user notifications & code completion.
(兼容到Xcode5,5.1不可用)
项目地址: https://github.com/ricobeck/KFCocoaPodsPlugin
VVDocumenter-Xcode
Xcode plug-in which helps you write Javadoc style documents easier.
(亲测Xcode5.1可用)
项目地址: https://github.com/onevcat/VVDocumenter-Xcode
Fuzzy Autocomplete for Xcode
This is a Xcode 5 plugin that patches the autocomplete filter to work the same way the
Open Quickly
works.It performs very well, and the fuzzy matching actually uses Xcode’s own
IDEOpenQuicklyPattern
.I wrote a blog post on how I used
dtrace
to figure out what to patch: Reverse engineering Xcode with dtraceLike nifty tools like this plugin? Check out Shortcat, an app that lets you control your Mac more effectively with your keyboard!
(亲测Xcode5.1可用)
项目地址: https://github.com/chendo/FuzzyAutocompletePlugin
ColorSense-for-Xcode
Plugin for Xcode to make working with colors more visual
(兼容到Xcode4.5)
Unused
A Mac app for checking Xcode projects for unused resources.
这个虽然不是Xcode插件,但是确实是很有用的东西,他可以把项目中不用的资源文件在可视化窗口中检索出来,以辅助开发人员减少项目中浪费掉的空间。