Frage

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

War es hilfreich?

Lösung

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)

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top