开发者

How to hide comments and javadoc text in editor view?

开发者 https://www.devze.com 2023-04-05 19:06 出处:网络
The reason i (sometimes) want to hide the javadoc textis because in 3rd party apps it kinda confuses me. The fact that when i hover over an objectthe javadoc for that object appears is enough for me

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

精彩评论

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