Eclipse 中的任意代码折叠?

has*_*ian 6 java eclipse code-folding

我知道我们可以折叠methodsif statement并且......但是我想折叠用方法编写的代码的任意部分。我想NetBeans我们可以这样做:

// <editor-fold desc="describe what is in here">
Your code goes here...
// </editor-fold>
Run Code Online (Sandbox Code Playgroud)

但现在我正在 Eclipse 中开发。这是一个建议,但它对我不起作用。你知道有什么方法吗?

has*_*ian 6

我找到了Coffee-Bytes插件。我从这个链接下载了它,在这里我找到了使用它的指南。你可以在这些参考资料中看到更多细节:

计算器
溢出