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

Add an option for a comment banner that follow indent level #9

Closed mrvkino closed 5 years ago

mrvkino commented 5 years ago

Hi, could it be possible to request the banner to start at the indent level of the code but end at the same column width?

Thanks

/* -------------------------------------------------------------------------- */
/*                              Actual behaviour                              */
/* -------------------------------------------------------------------------- */
    code being indented
    /* ---------------------------------------------------------------------- */
    /*                         New Optional Behaviour                         */
    /* ---------------------------------------------------------------------- */
stackbreak commented 5 years ago

Hi! Sorry, but I don't plan on adding this feature. This behaviour requires user attention on the current indentation, every time. But the main goal of extension is to reduce user`s headache about sizes and placement. So, I don't like this idea.