在 Eclipse 中保持代码折叠
如果我关闭 Eclipse,然后稍后重新打开它,我折叠的所有代码都将展开。
有办法让它保持折叠状态吗?
If I close Eclipse and then reopen it sometime later, all the code I have folded will be unfolded.
Is there a way to keep it folded?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它实际上取决于您正在使用的功能。对于 Java,您可以指定哪些部分最初应保持折叠状态。不幸的是,它只能是注释、标头注释、内部类型、成员和导入。
以下是 Java > Eclipse 工作区属性的屏幕截图编辑>折叠
It actually depends on the the feature you're using. For Java you can specify which parts should stay folded initially. Unfortunately it only can be comments, header comments, inner types, members and imports.
Here is the screenshot from Eclipse workspace properties for Java > Editor > Folding
您还可以使用
Ctrl + Shift + /
折叠编辑器代码。Ctrl + Shift + *
展开编辑器代码。注意:这里的
*和/
将位于数字键盘上You can also use
Ctrl + Shift + /
to fold your editor code.Ctrl + Shift + *
to unfold your editor code.Note: Here
* and /
would be on Numeric Keypad