如何添加 iPhone SDK 类以在 TextMate 中自动完成?

发布于 2024-07-14 15:21:32 字数 55 浏览 8 评论 0原文

如果可能的话,如何让 iPhone SDK 的类 (UI*) 在 TextMate 内自动完成?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青萝楚歌 2024-07-21 15:21:33

好的,在查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文