Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Folding error using //region in Android Studio

After creating a region in Android Studio, located under the end tag of another region, the code folds upward to the end tag of the previous region instead of folding downward through hundreds of lines of code to my //endregion tag for the new region.

I looked at the settings in Android Studio for Cold Folding. But it seems nothing there helps.

What am I missing? Folding is useless if it can't fold hundreds or thousands of lines.

Example of folding problem

like image 573
fernforce Avatar asked Jan 25 '15 17:01

fernforce


1 Answers

Update as on 13-Sep-2015: I believe that this issue is fixed now. I am successfully able to do //region in all my files Here is the actual answer

like image 52
Eshwar Prasad Yaddanapudi Avatar answered Oct 11 '22 05:10

Eshwar Prasad Yaddanapudi