collapse regions in VSC by default

Viewed 18

I use Visual Studio Code and typescript.

Is there a possibility to define regions which are collapsed (folded) by default?

// #region abc
some code here
// #endregion

When I open this first time in VSC it is expanded. Then when I collapse manually then VSC remembers it. By other team members will have it expanded by default.

Can it be done in code or in settings only?

0 Answers
Related