Bug ID: 33538203
IntelliJ / Android Studio etc allow a super useful feature where clicking a block of if / for / while region auto-highlights the whole block of code, even while as you scroll all the way to the second screen and so on. This allows you to not just see the part of the code which belongs to this code, it highlights and helps you focus on the code that you want to fix / examine / analyse. Furthermore these editors allow you to create custom regions. Xcode has pragmas for these but you cannot fold them. By default in these other editors you can collapse all regions and only jump to and then expand the one you need. It is so helpful in managing and then organising your code.