stackbreak / comment-divider

Divide your code by sections with styled separators
https://marketplace.visualstudio.com/items?itemName=stackbreak.comment-divider
GNU General Public License v3.0
71 stars 19 forks source link

[Request] Folding support #56

Open ghadesi opened 1 month ago

ghadesi commented 1 month ago

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 ---------------------------------------------------------------------------- #