comment-divider
comment-divider copied to clipboard
Divide your code by sections with styled separators
In R files, the presence of a hash symbol at the end of the section line prevents it from showing up on the VSC breadcrumbs row:  Removing it makes...
The [configuration docs](https://github.com/stackbreak/comment-divider#default-configuration) say that you can set a "text transform style" for the headers (eg `comment-divider.mainHeaderTransform`) but they don't explain what that means or what the options are. (From...
This is a great extension, and it works well with English comments. But with Chinese or Japanese, I press `Shift + Alt + X` and find that the second line...
When using tabs for indentation, setting `"comment-divider.shouldLengthIncludeIndent": false` doesn't properly respect the length defined by `comment-divider.length`. In my tests, the overflow varies from 1 extra character (when tab =< 4...
I added support for the language GDScript. Thank you! https://docs.godotengine.org/fr/stable/getting_started/scripting/gdscript/gdscript_basics.html
I know we can set the line length for all dividers through the config, what I need is multiple lengths of divider at the same time, which doesn't seem to...
From the documentation of the [Languages Configuration](https://github.com/stackbreak/comment-divider#languages-configuration) it does not become apparent how one would find the correct language ID, to change the style for a specific language / file...
This is a good, clean and convenient extension, but it seems doesn't support .svelte file yet. `// doesn't work` `/* doesn't work neither */` `` It'll be great if you...
would be great to see .vue file support like 1). "" for template section 2) "//" for script section 3) / */ for style section 