Eclipse折叠代码 coffee bytes code folding

mac2022-06-30  91

提供一个插件下载地址,博客园的: http://files.cnblogs.com/wucg/com.cb.eclipse.folding_1.0.6.jar.zip  将下载的zip文件解压出来的jar文件放到dropins目录下面

 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的折叠方案,然后让用户定义的区域,如下图所示。

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

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

转载于:https://www.cnblogs.com/qiyebao/p/4598613.html

最新回复(0)