很不错的一个插件。可以将vim的编辑方式内嵌在eclipse中,也可以将eclipse的一些功能集成到vim中。网站:http://eclim.org
摸了半天,终于弄得差不多。
安装很简单,安装官网的说明来。
注意:
1.启动eclim
$ECLIPSE_HOME/eclimd
2.在vim中 :ProjectCreate MyProject -n java
http://eclim.org/gettingstarted.html
3.编辑文件
4.编译文件 :Java
<ctrl-x><ctrl-u>
<ctrl-n>
The automated import functionality is pretty straightforward. Simply place the cursor over the element to import and issue the command:
:JavaImport
Uninstall
To uninstall eclim you can use any eclim distribution jar whose version is 1.7.5 or greater by running it with the 'uninstaller' argument like so:
$ java -jar eclim_2.2.3.jar uninstaller