Fold all and Unfold all. Do we have this features already? #8508
-
It seems like this is not implemented yet, there is only |
Beta Was this translation helpful? Give feedback.
Answered by
Moshyfawn
Feb 27, 2024
Replies: 1 comment 2 replies
-
This was discussed in #8015. As you mentioned, single block folding is already available via "bindings": {
"alt-cmd-[": "editor::Fold",
"alt-cmd-]": "editor::UnfoldLines"
}
Folding at a specific level (and all levels) is currently a feature request in #5142. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Ilham-Habibullin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was discussed in #8015.
As you mentioned, single block folding is already available via
Folding at a specific level (and all levels) is currently a feature request in #5142.