如何添加 iPhone SDK 类以在 TextMate 中自动完成?
如果可能的话,如何让 iPhone SDK 的类 (UI*) 在 TextMate 内自动完成?
How, if possible, can I have iPhone SDK's classes (UI*) to autocomplete inside TextMate?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好的,在查看 Kendall 发布的链接和其他一些地方后,我发现了以下内容:
目前没有简单的方法可以在 TextMate 中自动完成 iPhone API。
Kendall 指出的帖子上的链接很旧,但我在 gitHub 上找到了它和另一个 iPhone 捆绑包:
http://github.com/Cged/gtbfm-textmate-bundle
http://github.com/drnic/objective-c-iphone-tmbundle
但这些捆绑包都不提供自动完成功能,它们有一些模板和片段。
我发现的最接近的是 TextMate 的 svn 存储库:
http://svn.textmate.org/trunk/Review/Bundles/iPhone。 tmbundle
它还不是正式的,我已向开发人员(Joachim Mårtensson)报告了一些问题。
您可以使用此捆绑包进行自动完成,但它仅适用于类文件,不适用于标头。
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.
请尝试此线程底部的链接:
http ://groups.google.com/group/google-toolbox-for-mac/browse_thread/thread/e097e998674231fa
Try out the link at the bottom of this thread:
http://groups.google.com/group/google-toolbox-for-mac/browse_thread/thread/e097e998674231fa