zokugun / vscode-explicit-folding

Customize your Folding for Visual Studio Code
MIT License
99 stars 14 forks source link

Fold automatically #25

Closed Shatur closed 3 years ago

Shatur commented 3 years ago

Is there a way to make some make some folds enabled by default? I'd like to fold license in the beginning of the file folded by default.

daiyam commented 3 years ago

A folding provider can only provide the list of the folding ranges. I don't think it will be possible with the current extension.

Shatur commented 3 years ago

Got it, thanks. It is strange that there is no extension that automatically folds licenses at the beginning of the file.