comment-divider icon indicating copy to clipboard operation
comment-divider copied to clipboard

Divide your code by sections with styled separators

Results 35 comment-divider issues
Sort by recently updated
recently updated
newest added

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: ![bilde](https://user-images.githubusercontent.com/8234768/137888430-7ef1fcb2-543a-4ad1-a2c0-8134595d9615.png) 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...

bug

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

bug

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

good first issue

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 ![test](https://user-images.githubusercontent.com/45652495/79847912-70acd580-83d1-11ea-8bb9-ae1ab2a2e1de.png)

enhancement