开发者

How to hide comments and javadoc text in editor view?

The reason i (sometimes) want to hide the javadoc text is because in 3rd party apps it kinda confuses me. The fact that when i hover over an object the javadoc for that object appears is enough for me Solutions?

LE I have just found somewhat of a workaround which is enough (a collapse all comments command). But for the sake of education, is there anyway to completely hide (collapsing isn't completely hiding you know) the j开发者_如何学Pythonavadocs and OR the comments ?


If you are using eclipse, you can "fold" comments by going to

Window->Preferences

And then in the tree, find:

Java->Editor->Folding

In there you can choose to Enable Folding, and then ensure that Comments and HeaderComments are checked for initally being folded.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜