views:

155

answers:

3

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

A: 

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.

Barry Wark
+1  A: 

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.

Anil Sivadas
That's not a plug-in, though. It comes with Xcode.
Peter Hosey
I used to use clang static analyzer, It was very useful tool.
fyasar
+1  A: 

Core Data code generation

catlan
I heard something about this plugin, many people loves it, have you use it before ?
fyasar