comment-divider
comment-divider copied to clipboard
Divide your code by sections with styled separators
In VS Code, the [functionality for displaying markers](https://code.visualstudio.com/docs/getstarted/userinterface#_minimap) in the minimap is implemented. It would be nice to have a switch in the settings that would allow the MARK tag...
Thank you for providing such a useful tool. Do you have any plans to make this plug-in support visual studio?? I can't find a plug-in with similar functionality on visual...
I am getting: `Comment Divider: Line contains comment characters! ` and I want to surpass that configuration, how could I config that? I combine 'comment divider' with 'better comments' extension...
It should remove comment characters from the line: ``` // this is a comment ```
support padding option to have something like this: padding: 0 ``` // comment ========== ``` padding: 3 ``` // === comment ====== ```
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Have tried this: ``` "comment-divider.languagesMap": { "typescript": ["//",], "typescriptreact": ["//"], "javascript": ["//"], "javascriptreact": ["//"] }, ``` doesn't have any effect.
Can you please add an option to update a comment line's length to a changed comment text (happens very often, you know)? Like implemented in the similar add-on https://marketplace.visualstudio.com/items?itemName=slysherz.comment-box ?...
Make the line length be equal to the content length plus a few.
Adds support for .env files