What are the most useful plugins that you have found for Xcode? I'm looking for ones that help to cut your development times.

I'm already using ciaran's xcode-bracket-matcher myself, but I would be interested in any others that people have found to be helpful

link|improve this question

54% accept rate
1  
This should be a CW – Chris Thompson Sep 9 '10 at 15:09
1  
Xcode already has the bracket-matching feature built-in; it's on the Text Editing pane. It sometimes guesses wrong, though; is the plug-in any better? – Peter Hosey Sep 9 '10 at 19:16
feedback

closed as not constructive by Kev Feb 28 at 23:54

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

6 Answers

I just came across Code Pilot. I don't know how long it's been around, but it deserves to be more well known. I came here looking for other unsung Xcode gems just like it, but it appears there aren't a lot out there. Also check out Completion Dictionary and Accessorizer

link|improve this answer
feedback

Core Data code generation

link|improve this answer
I heard something about this plugin, many people loves it, have you use it before ? – fyasar Sep 9 '10 at 21:44
feedback

I'm a fan of Google Toolbox For Mac's Xcode plugin, which adds menu items to create a unit test executable and to manage code coverage analysis for a target.

link|improve this answer
feedback

Clang analyser is one tool for finding bugs in the C and Obj-C code

http://clang-analyzer.llvm.org/

Hope you are already using the performance tools like Instruments and Shark attached with XCode itself.

link|improve this answer
1  
That's not a plug-in, though. It comes with Xcode. – Peter Hosey Sep 9 '10 at 18:35
I used to use clang static analyzer, It was very useful tool. – fyasar Sep 9 '10 at 21:42
feedback

To add code snippets I use Completion Dictionary

link|improve this answer
feedback

I am using Code Pilot for a couple of months, it is great tool, though have some little glitches.

I recommend it.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.