Fold code at a certain level of indentation? #8015
-
Is there a way to fold code at a particular level, something like |
Beta Was this translation helpful? Give feedback.
Answered by
Moshyfawn
Feb 21, 2024
Replies: 1 comment
-
There are keymaps for folding the immediate level of indentation. {
"alt-cmd-[": "editor::Fold",
"alt-cmd-]": "editor::UnfoldLines"
} Multi-level indentation folding is still at the feature request phase. (ref: #5142) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nooblyf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are keymaps for folding the immediate level of indentation.
Multi-level indentation folding is still at the feature request phase. (ref: #5142)