Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the most useful Xcode plugins? [closed]

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

like image 498
fyasar Avatar asked Sep 09 '10 11:09

fyasar


5 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

like image 156
Dave Lee Avatar answered Nov 16 '22 12:11

Dave Lee


Core Data code generation

like image 25
catlan Avatar answered Nov 16 '22 11:11

catlan


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

I recommend it.

like image 2
AVEbrahimi Avatar answered Nov 16 '22 11:11

AVEbrahimi


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.

like image 1
Barry Wark Avatar answered Nov 16 '22 12:11

Barry Wark


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.

like image 1
Anil Sivadas Avatar answered Nov 16 '22 12:11

Anil Sivadas