Eclipse折叠代码 coffee bytes code folding

提供一个插件下载地址,博客园的: http://files.cnblogs.com/wucg/com.cb.eclipse.folding_1.0.6.jar.zip

 http://files.cnblogs.com/wucg/eclipse-folding-plugin.zip

http://stackoverflow.com/questions/6940199/how-to-use-coffee-bytes-code-folding

首先,您需要配置Coffee Bytes Java folding的折叠方案,然后让用户定义的区域,如下图所示。

Eclipse折叠代码 coffee bytes code folding_第1张图片

其次,你需要配置的开始和结束的标识符,用来标识你的代码区域的开始和终止。在这种情况下,我选择了{ {和} }为符合Apache ISIS的模板。

Eclipse折叠代码 coffee bytes code folding_第2张图片

最后,我用同样的开始和结束的标识符在我的代码划分区域和Coffee Bytes Java folding折叠插件识别相同。

Eclipse折叠代码 coffee bytes code folding_第3张图片

你可能感兴趣的:(eclipse)