Eclipse 好用常用插件集合

来源:互联网 发布:windows错误恢复 编辑:程序博客网 时间:2024/05/16 11:23

ExploreFS

一个可以快速转到工程所在的硬盘路径的插件。

安装完成后, 右键单击某个工程 会找到 Explore in File System 的菜单按钮

ExploreFS - http://www.junginger.biz/eclipse/
安装方式: 通过以上地址在线安装


P4Plugin

http://www.perforce.com/downloads/http/p4-eclipse/install/3.7

在Eclipse 中可以直接check in/Check out 代码到Perforce   中。


EPIC

http://e-p-i-c.sf.net/updates/testing

在Eclipse 中运行 Perl  脚本。

如果要调式perl 脚本, 还需要安装perl 的PadWalker 包。

安装方式是使用 Perl Package Manager.

1. 在 Edit--> Perferences

到 Repositories 标签页中添加一个

name: bribes

location:http://www.bribes.org/perl/ppm 

2. 添加之后,会下载包。下载之后就可以找到 PadWalker 了。右键单击选 "install"

3. File --> Run Marked Actions



PyDev

http://pydev.org/updates

在Eclipse 中运行 Python  脚本.

安装后可以直接在eclipse 中调试 Python 脚本。

原创粉丝点击