Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssman/awesome-xcode-plugins
Awesome Xcode plugins to rocket your productivity :)
https://github.com/youssman/awesome-xcode-plugins
List: awesome-xcode-plugins
Last synced: 3 months ago
JSON representation
Awesome Xcode plugins to rocket your productivity :)
- Host: GitHub
- URL: https://github.com/youssman/awesome-xcode-plugins
- Owner: youssman
- Created: 2015-08-24T09:25:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T21:06:14.000Z (about 9 years ago)
- Last Synced: 2024-05-19T15:02:27.972Z (6 months ago)
- Size: 148 KB
- Stars: 49
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-xcode-plugins - Awesome Xcode plugins to rocket your productivity :). (Other Lists / PowerShell Lists)
README
# Awesome Xcode plugins
Awesome Xcode plugins to rocket your productivity :)Here I will share with you some nice plugins that I use everyday.
Feel free to share your plugins and feedbacks.
Before starting the list, I recommend you to use [Alcatraz](http://alcatraz.io/) : The package manager for Xcode.
## [AutoHighlightSymbol](https://github.com/chiahsien/AutoHighlightSymbol) [NEW]
A Xcode plugin to add highlight to the instances of selected symbol.![AutoHighlightSymbol Screenshots](https://raw.githubusercontent.com/chiahsien/AutoHighlightSymbol/master/screenshot.png)
## [AutoIndentWithSave](https://github.com/ThilinaHewagama/AutoIndentWithSave) [NEW]
xCode plugin which indent the source code when save![AutoIndentWithSave Screenshots](https://raw.githubusercontent.com/ThilinaHewagama/AutoIndentWithSave/master/auto_indent_screen_shot.jpg)
## [Backlight](https://github.com/limejelly/Backlight-for-XCode)
Highlights the current editing line in Xcode![Backlight Screenshots](https://raw.githubusercontent.com/limejelly/Backlight-for-XCode/master/screenshot.png)
## [BBUDebuggerTuckAway](https://github.com/neonichu/BBUDebuggerTuckAway)
Xcode plugin for auto-hiding the debugger once you start typing in the source code editor.![BBUDebuggerTuckAway Screenshots](https://raw.githubusercontent.com/neonichu/BBUDebuggerTuckAway/master/plugin.gif)
## [BBUUtilitiesTuckAway](https://github.com/neonichu/BBUDebuggerTuckAway)
Xcode plugin for auto-hiding the utilities area once you start typing in the source code editor.## [CleanHeaders](https://github.com/insanoid/CleanHeaders-Xcode) [NEW]
A simple iSort like header sorting and duplicate removal plugin for Xcode, makes your headers look more organized!![CleanHeaders Screenshots](https://raw.githubusercontent.com/insanoid/CleanHeaders-Xcode/master/diff_image.png)
## [DerivedData-Exterminator](https://github.com/kattrali/deriveddata-exterminator) [NEW]
A magic button in Xcode to exterminate the current project's DerivedData directories![DerivedData-Exterminator Screenshots](https://raw.githubusercontent.com/kattrali/deriveddata-exterminator/master/docs/menu.png)
## [GitDiff](https://github.com/johnno1962/GitDiff)
Highlights deltas against git repo in Xcode![GitDiff Screenshots](https://camo.githubusercontent.com/c28d1cf0d3b079c807f79cb6deb5785aff28e9be/687474703a2f2f696e6a656374696f6e666f7278636f64652e6a6f686e686f6c6473776f7274682e636f6d2f67697464696666322e706e67)
## [HHEnumeration-Xcode](https://github.com/bugEnding/HHEnumeration-Xcode) [NEW]
Autocompletion prefix of enum members for Objective-C![HHEnumeration-Xcode Screenshots](https://raw.githubusercontent.com/bugEnding/HHEnumeration-xcode/master/img/after.gif)
## [HTYCopyIssue](https://github.com/hanton/CopyIssue-Xcode-Plugin) [NEW]
Makes Copy Xcode Issue Description Easily, Support Finding Answers in Google or StackOverflow Directly![HTYCopyIssue Screenshots](https://raw.githubusercontent.com/hanton/CopyIssue-Xcode-Plugin/master/screenshots/ScreenShot.png)
## [KSImageNamed](https://github.com/ksuther/KSImageNamed-Xcode)
Xcode plug-in that provides autocomplete for imageNamed: calls![KSImageNamed Screenshots](https://camo.githubusercontent.com/c354bf04524df86daeabe7a6d2b9926fac790f85/68747470733a2f2f7261772e6769746875622e636f6d2f6b7375746865722f4b53496d6167654e616d65642d58636f64652f6d61737465722f73637265656e73686f742e676966)
## [Lin](https://github.com/questbeat/Lin)
Xcode plugin that provides auto-completion for NSLocalizedString![Lin Screenshots](https://camo.githubusercontent.com/b8bc5293afe5e8f1ccb307710a38ed58923883e7/68747470733a2f2f7261772e6769746875622e636f6d2f7175657374626561742f4c696e2f6d61737465722f73637265656e73686f742e676966)
## [LinkedLog](https://github.com/julian-weinert/LinkedLog) [NEW]
LinkedLog is a Xcode plugin that includes a Xcode PCH header file template that adds the macros `LLog` and `LLogF` and parses their output to link from the console to the corresponding file and line.![LinkedLog Screenshots](https://raw.githubusercontent.com/julian-weinert/LinkedLog/master/Screenshots/LinkedLog.png)
## [MarvinXcode](https://github.com/zenangst/MarvinXcode)
A collection of nifty commands for your everyday workflow in Xcode![MarvinXcode Screenshots](https://raw.githubusercontent.com/zenangst/MarvinXcode/master/screenshot.png)
## [MCLog](https://github.com/yuhua-chen/MCLog) [NEW]
Xcode plugin for filtering the console area.![MCLog Screenshots](https://camo.githubusercontent.com/ecbdebd01af366c9a7d3c3d0850a164f127030a9/68747470733a2f2f7261776769746875622e636f6d2f79756875612d6368656e2f4d434c6f672f6d61737465722f4d434c6f6753637265656e73686f742e676966)
## [MLAutoReplace](https://github.com/molon/MLAutoReplace) [NEW]
Xcode plugin, Re-Intent, make you write code more quickly.![MLAutoReplace Screenshots](https://raw.githubusercontent.com/molon/MLAutoReplace/master/addReplaceGetter.gif)
## [Multiplex](https://github.com/kolinkrewinkel/Multiplex) [NEW]
Simultaneous editing for Xcode, inspired by Sublime Text.![Multiplex Screenshots](https://raw.githubusercontent.com/kolinkrewinkel/Multiplex/develop/Meta/Demo.gif?token=AAIySPhzw5iiBXC8SolkmLXckB_BXhujks5WLxWCwA%3D%3D)
## [OMColorSense](https://github.com/omz/ColorSense-for-Xcode)
Plugin for Xcode to make working with colors more visual[Watch Demo Video (YouTube)](http://www.youtube.com/watch?v=eblRfDQM0Go)
## [OMQuickHelp](https://github.com/omz/Dash-Plugin-for-Xcode) [NEW]
Plugin for Xcode to integrate the Dash documentation viewer app## [Peckham](https://github.com/markohlebar/Peckham)
Add #import-s from anywhere in the code.![Peckham Screenshots](https://raw.githubusercontent.com/markohlebar/Peckham/master/Misc/Peckham.gif)
## [QuickFind](https://github.com/qiaoxueshi/QuickFind) [NEW]
A Xcode plugin to help you find/search something more quickly and more conveniently.![QuickFind Screenshots](https://raw.githubusercontent.com/qiaoxueshi/QuickFind/master/images/QuickFind.gif)
## [RSImageOptimPlugin](https://github.com/yeahdongcn/RSImageOptimPlugin)
Xcode plugin to optimize images using ImageOptim.![RSImageOptimPlugin Screenshots](https://raw.githubusercontent.com/yeahdongcn/RSImageOptimPlugin/master/[email protected])
## [RTImageAssets](https://github.com/rickytan/RTImageAssets)
A Xcode plugin to automatically generate @2x, @1x image from @3x image for you, or upscale to @3x from @2x![RTImageAssets Screenshots](https://raw.githubusercontent.com/rickytan/RTImageAssets/master/ScreenCap/usage.gif)
## [SCXcodeMinimap](https://github.com/stefanceriu/SCXcodeMiniMap)
Sublime Text like Minimap for Xcode![SCXcodeMinimap Screenshots](https://camo.githubusercontent.com/202fb6a7e1e1eb580af27ac00a0b3c80ef5b154d/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f31323734383230312f5265636f7264696e67732f534358636f64654d696e696d61702f76322e322f73656c656374656453796d626f6c496e7374616e636573486967686c69676874696e672e676966)
## [SCXcodeSwitchExpander](https://github.com/stefanceriu/SCXcodeSwitchExpander) [NEW]
Xcode plugin that enables switch cases autocompletion![SCXcodeSwitchExpander Screenshots](https://camo.githubusercontent.com/d4ab3ba45af70951557adbf17a9d0deab47e519f/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f31323734383230312f534358636f6465537769746368457870616e6465722f534358636f6465537769746368457870616e646572312e676966)
## [SuggestedColors](https://github.com/jwaitzel/SuggestedColors) [NEW]
Xcode plugin that enables switch cases autocompletion![SuggestedColors Screenshots](https://raw.githubusercontent.com/jwaitzel/SuggestedColors/master/SuggestedColors.png)
## [VVDocumenter](https://github.com/onevcat/VVDocumenter-Xcode)
Xcode plug-in which helps you write documentation comment easier, for both Objective-C and Swift.![VVDocumenter Screenshots](https://camo.githubusercontent.com/ca5518c9872e15b8a95b9d8c5f44bc331977d710/68747470733a2f2f7261772e6769746875622e636f6d2f6f6e65766361742f5656446f63756d656e7465722d58636f64652f6d61737465722f53637265656e53686f742e676966)
## [XAlign](https://github.com/qfish/XAlign)
An amazing Xcode plugin to align regular code. it can align Xnything in any way you want.![XAlign Screenshots](https://camo.githubusercontent.com/7973c0e352b1f91e3efe5b3550cff5df97f4589a/687474703a2f2f7166692e73682f58416c69676e2f696d616765732f657175616c2e676966)
## [XCActionBar](https://github.com/pdcgomes/XCActionBar) [NEW]
"Alfred for Xcode" plugin![XCActionBar Screenshots](https://raw.githubusercontent.com/pdcgomes/XCActionBar/master/demo2.gif)
## [xcfui](https://github.com/jcavar/xcfui)
Xcode plugin for fui tool![xcfui Screenshots](https://raw.githubusercontent.com/jcavar/xcfui/master/preview.png)
## [XcodeWay](https://github.com/onmyway133/XcodeWay) [NEW]
An Xcode plugin that makes navigating to many places easier![XcodeWay Screenshots](https://camo.githubusercontent.com/5b08e1707f962d315fce7364be90beb5aa0f7b1e/687474703a2f2f6935392e74696e797069632e636f6d2f62666d6579392e706e67)
## [XLocation](https://github.com/StefanLage/XLocation)
An Xcode plugin which lets you add easily a new location (GPX file) in your current xcode project using a map point or from an address![XLocation Screenshots](https://raw.githubusercontent.com/StefanLage/XLocation/master/Screens/demo_map.gif)
## Author
You can find me on Twitter [@YHaiti](https://twitter.com/YHaiti)