up vote 4 down vote favorite
6
share [g+] share [fb]

How, if possible, can I have iPhone SDK's classes (UI*) to autocomplete inside TextMate?

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

Ok, after looking the link Kendall posted and some other places this is what I have found:

There is currently NO easy way to have autocomplete of iPhone APIs in TextMate.

The link on the post Kendall pointed is old, but I found it and one other iPhone Bundle on gitHub: http://github.com/Caged/gtbfm-textmate-bundle
http://github.com/drnic/objective-c-iphone-tmbundle

But none of these bundles offers autocomplete, they have some templates and snippets.

The closest I have found is on the svn repository from TextMate: http://svn.textmate.org/trunk/Review/Bundles/iPhone.tmbundle

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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