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
72 stars 20 forks source link

Comment starts with a specific character #16

Closed ysBach closed 3 years ago

ysBach commented 4 years ago

I am using commend-divider with Better Comments (to sometimes put, e.g., * to highlight the comment).

What I want is to automatically make

# *************************************************************************** #
# *                             MINMAX CLIPPING                             * #
# *************************************************************************** #

which will automatically be highlighted.

IMHO, an addition of the feature such as

"comment-divider.mainHeaderStarter": "*",
"comment-divider.mainHeaderEnder": "*",

can be useful. How do you think...?

stackbreak commented 3 years ago

Sorry, it will not be realized. I take the approach that config/API for users should be as simple as possible. In my opinion, this is a very rare case, make things more complicated.