I need to recursively collapse all methods and conditions in android studio. link does not collepse if else block and for loops in side methods(recursively...)
Asked
Active
Viewed 55 times
0
-
Possible duplicate of [Jetbrains / Intellij keyboard shortcut to collapse all methods](https://stackoverflow.com/questions/16526860/jetbrains-intellij-keyboard-shortcut-to-collapse-all-methods) – madlymad Apr 14 '19 at 11:53
-
[link](https://stackoverflow.com/a/16527012/10561246) is working but does not collepse nested if else loops and for loops inside methods..... – Amit Goswami Apr 14 '19 at 12:37
-
Loops aren't foldable and there is also a limitation for ifs according to https://stackoverflow.com/a/39423700/944070 – madlymad Apr 14 '19 at 12:59