[eclipse] 我常用的10个eclipse 插件

1.插件列表

 CodeFolding  代码折叠
 easyexplore  右键资源管理器打开目录
 implementors  跟踪实现类
 jadclipse  反编译
 jsonedit  json编辑器
 openexplorer  顶部工具栏资源管理器打开目录,个人感觉比easyexplore好用
 propertiesEditor  properties 属性文件编辑器
 RegexUtil  正则工具
 spket  spket 编辑器,javascript,jquery提示
 svn  svn 中文版

 

2.附件下载  http://pan.baidu.com/s/1042Or

3.CodeFolding 使用
使用://[start] 和 //[end] 之间的部分折叠在一起,如同 Visual Studio 的#region ... #endregion
eclipse设置:
[eclipse] 我常用的10个eclipse 插件_第1张图片

4.link安装
将*.link文件path=后路径改为自己存放的路径path=E:\\Tool\\eclipsePlugins\\jsonedit
注意双斜杠;改好后放入eclipse安装目录下的dropins目录中,重启eclipse.

 

你可能感兴趣的:([eclipse] 我常用的10个eclipse 插件)