Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Expanding collapsed code in Eclipse IDE

Tags:

People also ask

How do you collapse a line of code in Eclipse?

Code Folding collapses or "folds" the display of a block of code. To enable code folding, go to the Folding Preferences page, accessible from Window | Preferences | PHP | Editor | Using Code Folding . If Code Folding is enabled, minus signs will appear in the Annotation Bar next to code blocks which can be folded.


Instead of going through each (+) sign at the left and clicking them to expand the collapsed code snippets, is there a shortcut or menu item (I couldn't find it, VS has that) to expand all the collapsed code/comments at once? Thanks.