Is there a way to collapse all code blocks in Eclipse?

前端 未结 15 1339
终归单人心
终归单人心 2020-11-30 16:07

Eclipse has that \"+/-\" on the left to expand and collapse blocks of code.

I\'ve got tens of thousands of lines to go through and would really like to just collapse

15条回答
  •  佛祖请我去吃肉
    2020-11-30 16:43

    Shortcuts that worked for me in Versions Oxygen.2 Release (PHP/WINDOWS 7) were

    1. Collapse all code blocks: CTRL + SHIFT + NUMPAD_DIVIDE
    2. Expand all code blocks : CTRL + NUMPAD_MULTIPLY

提交回复
热议问题