当前位置: 首页 > 工具软件 > Eclim > 使用案例 >

Eclim

陶泳
2023-12-01

很不错的一个插件。可以将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

 

posted on 2012-11-18 18:29 Head 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/hzprogram/archive/2012/11/18/2776171.html

 类似资料:

相关阅读

相关文章

相关问答