Objective-J 的智能感知?

发布于 2024-12-05 14:57:02 字数 210 浏览 8 评论 0原文

我现在选择的 Objective-J Cappuccino 开发编辑器是 Sublime Text 2。不幸的是,我没有找到 Objective-J 智能感知自动完成插件。看起来它应该是可行的,因为 Objective-J 确实有(可选/可插入)类型。所以我认为插件肯定可以解析代码以找到您尝试自动完成的对象的预期类型,然后查找其方法列表。有谁知道还有其他支持 Objective-J 智能感知的编辑器吗?

My editor of choice for Objective-J Cappuccino development right now is Sublime Text 2. Unfortunately I haven't had any luck finding an Objective-J intellisense autocomplete plugin. It seems it should be doable, since Objective-J does have (optional/pluggable) types. So I think a plugin could definitely parse the code to find the expected type of the object you're trying to autocomplete on, and then look up its method list. Does anyone know of any other editors that support intellisense for Objective-J?

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

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

发布评论

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

评论(2

遗忘曾经 2024-12-12 14:57:02

它们是唯一可用的 vim 智能感知插件。
您可以在 youtube 上找到一个小示例视频:
http://www.youtube.com/watch?v=lJrOcHxq6vc

插件:
https://github.com/nanki/vim-objj

They is only one intellisense plugin for vim available.
You can find a little example video on youtube :
http://www.youtube.com/watch?v=lJrOcHxq6vc

Plugin:
https://github.com/nanki/vim-objj

南城追梦 2024-12-12 14:57:02

对于 Sublime Text 2,您可以尝试 https://github.com/aparajita/Cappuccino-Sublime,虽然它不是 vim 插件那样的“intelli”。

安装后,您应该能够使用 Ctrl+Space 获得自动完成功能。

For Sublime Text 2 you can try https://github.com/aparajita/Cappuccino-Sublime, although it is not that "intelli" as vim plugin.

After installing you should be able to get autocompletion using Ctrl+Space.

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