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

Currently the comment dividers look like this: `# ################################## Example ################################# #` I was wondering if there could be a setting e.g. `comment-divider.seamless` that would make the comments remove the...

Hi, I have noticed recently that the extension is not working when `comment-divider.languagesMap` is used as `Workspace` setting. Here an example of setting to reproduce the bug: ```json "comment-divider.languagesMap": {...

Please add simple instructions on how to edit the default confirguation! I am fairly new to VS Code. I've spent a lot of time trying to find out how to...

This extension is working with JS but not JSX

Would be nice when selected a comment block and pressed ALT+SHIFT+X it would convert it into original text

I guess extension comment style depends on page extension. So, when I comment some js code which is included in the html page, the extension gives the html style comment...

bug

I would like to change the filter characters on a per language basis.

is it possible to use opt + x subHeader in tsx or react ? I have tried to modify it on JSON setting but it's not working. comment-divider.languagesMap": { ".tsx":...

I tried adding this to the settings.json file, but it's not working: ` "comment-divider.languagesMap": { "liquid": ["{%- comment -%}", "{%- endcomment -%}"] }` Liquid files are commented with `{%- comment...