Package Manager —— Alcatraz
-
Install, paste this into your terminal:
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
-
Uninstall, delete the plugin:
rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
-
Remove all cached data:
rm -rf ~/Library/Application\ Support/Alcatraz
Plugin List
KSImageNamed
Xcode plug-in that provides autocomplete for imageNamed: calls.
https://github.com/ksuther/KSImageNamed-Xcode
FuzzyAutocomplete
A Xcode 5+ plugin that adds more flexible autocompletion rather than just prefix-matching.
https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin
VVDocumenter
Xcode plug-in which helps you write documentation comment easier, for both Objective-C and Swift.
https://github.com/onevcat/VVDocumenter-Xcode
SCXcodeSwitchExpander
Xcode plugin that enables switch cases autocompletion.
https://github.com/stefanceriu/SCXcodeSwitchExpander
ColorSense
Plugin for Xcode to make working with colors more visual.
https://github.com/omz/ColorSense-for-Xcode
XToDo
Xcode plugin to collect and list theTODO
,FIXME
,???
,!!!!
https://github.com/trawor/XToDo
deriveddata-exterminator
A magic button in Xcode to exterminate the current project’s DerivedData directories.
https://github.com/kattrali/deriveddata-exterminator
ClangFormat
Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang.
https://github.com/travisjeffery/ClangFormat-Xcode