Question

I want to hide all phpdoc information. When I click to "-" as shown in the image below I can hide but I have to do it for each phpdoc block. Is there a way to hide all phpdoc information.

enter image description here

Was it helpful?

Solution

You can have it hidden by default by going to
Window --> Preferences
Go to Java --> Editor --> Folding
Select to hide comments by default. You may need to change Java to your language (php)

OTHER TIPS

If you go to the Window menu and to preferences there are some folding options in there under the editor for the language you are using if I remember correctly. Check around in there, and you should be able to fold, or hide, comments.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top