Sublime Forum

Code Folding

#1

Using Sublime 3 here. Coding in Python. For some reason I recall Sublime 2 allowing me to fold code at different indentation points. It seems Sublime 3 only allows me to fold the top level code?

(I don’t know the proper terminology here, so apologies for the mangling.)

Example:

label 1: (<—this can fold)

label 1a: (<---this won't fold)

Can someone tell me if there’s a way to fold label 1a?

Much thanks!

0 Likes