How to add iPhone SDK classes to autocomplete in TextMate? - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T06:26:06Zhttp://stackoverflow.com/feeds/question/624568http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/624568/how-to-add-iphone-sdk-classes-to-autocomplete-in-textmate3How to add iPhone SDK classes to autocomplete in TextMate?Alexandre L Telles2009-03-08T23:38:30Z2009-03-13T14:45:07Z
<p>How, if possible, can I have iPhone SDK's classes (UI*) to autocomplete inside TextMate?</p>
http://stackoverflow.com/questions/624568/how-to-add-iphone-sdk-classes-to-autocomplete-in-textmate/633663#6336631Answer by Kendall Helmstetter Gelner for How to add iPhone SDK classes to autocomplete in TextMate?Kendall Helmstetter Gelner2009-03-11T07:43:36Z2009-03-11T07:43:36Z<p>Try out the link at the bottom of this thread:</p>
<p><a href="http://groups.google.com/group/google-toolbox-for-mac/browse%5Fthread/thread/e097e998674231fa" rel="nofollow">http://groups.google.com/group/google-toolbox-for-mac/browse_thread/thread/e097e998674231fa</a></p>
http://stackoverflow.com/questions/624568/how-to-add-iphone-sdk-classes-to-autocomplete-in-textmate/643030#6430302Answer by Alexandre L Telles for How to add iPhone SDK classes to autocomplete in TextMate?Alexandre L Telles2009-03-13T14:45:07Z2009-03-13T14:45:07Z<p>Ok, after looking the link Kendall posted and some other places this is what I have found:</p>
<p>There is currently NO easy way to have autocomplete of iPhone APIs in TextMate.</p>
<p>The link on the post Kendall pointed is old, but I found it and one other iPhone Bundle on gitHub:
<a href="http://github.com/Caged/gtbfm-textmate-bundle" rel="nofollow">http://github.com/Caged/gtbfm-textmate-bundle</a><br />
<a href="http://github.com/drnic/objective-c-iphone-tmbundle" rel="nofollow">http://github.com/drnic/objective-c-iphone-tmbundle</a></p>
<p>But none of these bundles offers autocomplete, they have some templates and snippets.</p>
<p>The closest I have found is on the svn repository from TextMate:
<a href="http://svn.textmate.org/trunk/Review/Bundles/iPhone.tmbundle" rel="nofollow">http://svn.textmate.org/trunk/Review/Bundles/iPhone.tmbundle</a></p>
<p>It's not official yet, and I have reported some issues with it to the developer (Joachim Mårtensson).
You can have autocomplete with this bundle, but it is working only with classes files, not headers.</p>