+2
Non indentation folding by custom %codes or phrases%
Currently if I have a large code. I'm separating it by comments and indentations to fold them later.
For example:
// Views
... some views code here ...
// Models
But when the code gets really big, indentation becomes so large, that it's starting to annoy.... some models here
Would be better if there would be some codes for folding, to avoid indentation at some point of hierarchy.
For example:
// Views fold_start_1
... some views code here without indentation at all ...
// fold_end_1
Now you can fold all the code between fold_start_1 and fold_end_1.
Ofc folding codes could be shorter, it's just as an example
Kundesupport af UserEcho