comment-divider
comment-divider copied to clipboard
[Request] Folding support
On VSCode, by the region keyword, we can divide our codes into multiple sections and fold them easily. Can you add this feature? It is easy to just add two keywords at the beginning of the comment generator. convert
# ----------------------------------- code ----------------------------------- #
to
#region ----------------------------------- code ----------------------------------- #
and
# ---------------------------------------------------------------------------- #
#endregion ---------------------------------------------------------------------------- #