我如何像方法和区域一样将注释块折叠到要折叠(概述)的方法块中?
sample_method_or_Class()
{
/* I'd like to fold this
* comment block
*/
}
/* The same way I can fold this one
* outside the code block.
*/
像Visual Studio这样的Eclipse支持功能是否像(How do I fold code for comment blocks inside method blocks?)一样?
答案 0 :(得分:0)
不幸的是,Eclipse中没有这样的支持。不过,a request for this的报告在2008年只有10票,所以我希望它不会很快实施。
可以找到名为Coffee Bytes的Eclipse折叠插件的内容,但是大多数链接都已断开。似乎不支持最新的Eclipse版本,并且该项目看起来已终止。
更新:
如以下评论中的howlger所示,EclipseFolding插件运行良好。我已经对其进行了测试,并使用其更新站点通过Help / Install new software... / Add...
安装了它:
在Eclipse重新启动后,我得到了很少的红色方块,表明该问题的两种注释场景都具有折叠功能: