android studio - Is their a "region-like" folding feature for xml editors -
i'm developing on android studio , others ide, android studio has feature create "regions" in java code can folded. (see below)
with kind of code
//region initialization private int myvaribale; private string othervariblae; //endregion
we can fold/unfold code (see screenshots below).
is similar xml editors (specially 1 in android studio) ?
something can add example :
<!-- region layouts --> <relativelayout> //some layouts </relativelayout> <!-- endregion -->
android studio's xml editor supports folding on ide level cmd+alt+"+" or "-"
.
Comments
Post a Comment