如何在 vim 中导入更多代码补全?
我使用 java 和 vim 编程,我想弄清楚如何在 vim 中完成代码补全。我下载了vim插件javacompletion并且它可以工作,但它仅适用于j2se而不适用于android源代码。
vim 中是否有针对 android 源代码的代码补全?例如,当我输入“TextView”时,我希望如此。 (android.jar中的类)并按ctrl+x ctrl+o,它应该在TextView中显示功能。
I program using java and vim and I want to figure out how to do code completion in vim. I downloaded the vim plugin javacompletion and it works, but it only for j2se but not for android source code.
Is there any code completion in vim for andriod source code? I would like that when I, for example, enter "TextView." (the class in android.jar) and press ctrl+x ctrl+o, it should show the functions in TextView.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Vjde vim 插件。
我记得以前使用过它,你只需要告诉它也查看 android.jar 中的内容即可自动完成。
Have look at Vjde vim plugin.
I remember using it before and you just have to tell it to also look inside android.jar for the stuff to autocomplete.