Code Folding a complex structure
I have many complex data-structure instances defined in my code:
{a: b,
c: d,
e: f(obj),
g: h }
Is there a way to use code folding on these structures? I have only been able to code-fold on functions, methods, and classes.
Thanks!
{a: b,
c: d,
e: f(obj),
g: h }
Is there a way to use code folding on these structures? I have only been able to code-fold on functions, methods, and classes.
Thanks!
1 comment
Sort by
Date
Votes
You can fold an arbitrary region: Code | Folding | Fold Selection.
Please sign in to leave a comment.