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

Eclipse折叠代码 coffee bytes code folding

 https://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

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

Eclipse折叠代码 coffee bytes code folding

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

Eclipse折叠代码 coffee bytes code folding

相关文章:

  • 2021-05-28
  • 2021-05-18
  • 2021-12-02
  • 2021-09-05
  • 2021-07-26
  • 2021-10-01
  • 2022-12-23
  • 2021-08-13
猜你喜欢
  • 2022-12-23
  • 2021-12-27
  • 2021-08-31
  • 2022-12-23
  • 2021-07-09
  • 2021-07-20
相关资源
相似解决方案