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

前端 未结 15 1298
终归单人心
终归单人心 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:44

    Just to sum up:

    1. anycode:
      • ctrl + shift + NUMPAD_divide = collapse all
      • NUMPAD_multiply = exand all
    2. pydev:
      • -ctrl + 0 = collapse all
      • -ctrl + 9 = exand all

提交回复
热议问题