Code folding
The below functions are available in [Edit] > [Code Folding].
You can use shortcuts for more convenience.
- Fold (
Alt + Ctrl + [(Mac: ⌥⌘ [)
): Folds the code when the current cursor is the starting point of a scope. (a line with a shape on the left) - Unfold (
Alt + Ctrl +] (Mac: ⌥⌘])
): Unfolds the collapsed area. This does not work at the end of the collapsed area. - Fold all (
Ctrl + K + 1 (Mac: ⌘K1)
): Folds all unfolded areas. - Unfold all (
Ctrl + K + 0 (Mac: ⌘K0)
): Unfolds all collapsed areas.
Last modified 3yr ago