Android Studio Collapse definitions and methods

前端 未结 15 1688
庸人自扰
庸人自扰 2020-12-07 10:51

How can I collapse all definitions and methods within the Android Studio editor?

Visual Studio has that option on Edit-->Outlining, but I cannot find

15条回答
  •  自闭症患者
    2020-12-07 11:14

    If you want turn off all collapsing you need uncheck all fields in the Settings > Editor > General > Code Folding

    Also you can use hot keys

    ctrl + shift + + — expand code blocks

    ctrl + shift + - — collapse code blocks

提交回复
热议问题