Intellij IDEA 自定义自动完成
我想在 IntelliJ Idea 上获得自动完成功能... 我正在学习基于Lua的moaiSDK。我已经在 Idea 中设置了 Lua 插件,并拥有一个工作的 lua 环境。 现在我还想在 Idea 上使用 Moai API。我看到这里有 HTML 文档: http://getmoai.com/docs/index.html ,但由于在这个领域没有经验,我不知道这是否可行以及如何可行。 提前致谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
阅读这篇摩艾帖子:
http://getmoai.com/forums/moai-sdk-for-intellij-idea-t445
使用 plandem 的“moai-api.zip”(包括 **)和 Sylvanaar2 的 IntelliJ Lua 插件,你应该能够得到你想要的东西。
快乐编码!
干杯
丰富
Have a read of this Moai post:
http://getmoai.com/forums/moai-sdk-for-intellij-idea-t445
Using plandem's 'moai-api.zip' (includes **) and Sylvanaar2's IntelliJ Lua plugin, you should be able to get what you're looking for.
Happy coding!
Cheers
Rich
我将 IntelliJ 与 Lua 结合使用,并进行了一些自动补全,但是,它刚刚发布并支持开箱即用的 MOAI。
http://studio.zerobrane.com/
到目前为止,一切都很棒。我想你会更喜欢这个。 ;)
I was using IntelliJ with Lua with some autocompletion, but, this just got release and supports MOAI out of the box.
http://studio.zerobrane.com/
So far, its GREAT. I think you gonna enjoy this one better. ;)
这篇文章展示了如何配置 IntelliJ IDE 以极其详细地执行 Moai 自动完成(以及更多功能)。
This post shows how to configure IntelliJ IDE to do Moai auto-completion ( and more ) in extreme detail.