Eclipse 的 javadoc 折叠插件
我的同事正在使用 Idea,默认情况下 javadoc 会被折叠起来(这是有充分理由的,99.9% 的情况下它们都是无用的并且由插件生成)。是否有任何用 Java 编写的 Eclipse 插件允许我默认拥有 javadocs 文件夹?
My co-worker is using Idea and by default the javadocs are folded in (there is a good reason for it 99,9% of the time they are useless and generated by a plugin). is there any eclipse plugin written in Java that allows me to have javadocs folder by default?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我理解你的话,
Window ->首选项-> Java->编辑->折叠->评论
就是你想要的。If I understood you well,
Window -> Preferences -> Java -> Editor -> Folding -> Comments
is what you want.