eclipse 插件之Code Folding

功能: eclipse自带折叠包括方法, import, 注释等得折叠功能, code folding 插件对其增强.

1. 下载插件:( 也可以用link方式, 我的是link安装, jar包网上很多)

  • Help > Software Updates > Find and Install…
  • New Remote Site…
  • Name: Coffee-Bytes Platform Support
    Url: http://eclipse.realjenius.com/update-site
  • Press OK and follow prompts.
2.

eclipse 插件之Code Folding_第1张图片

3. 自定义{}可折叠. 也可以设置"[start]", "[end]", 

设置成功后,使用:

//[start]

………………//代码

//[end]


eclipse 插件之Code Folding_第2张图片

你可能感兴趣的:(eclipse,jar,import)