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 条评论
排序方式
日期
投票数
You can fold an arbitrary region: Code | Folding | Fold Selection.
请先登录再写评论。