comment-divider
comment-divider copied to clipboard
Divide your code by sections with styled separators
On VSCode, by the region keyword, we can divide our codes into multiple sections and fold them easily. Can you add this feature? It is easy to just add two...
An option `comment-divider.languagesLengthMap` should precise the line length for a particular language: ```json "comment-divider.languagesLengthMap": { "toml": 80, "scss": 120 } ``` This option should have the priority over the `comment-divider.length`...
Hi, this project has been derelict for a while now. I forked it to add multi-cursor support and I also added multi-byte character support. find it here, pull requests accepted!...
first time extension editor here, let me know if this is super wrong. this pr adds multi-cursor support! so if you have a bunch of one-line items selected they will...
I love this extension! However, I recently started using mostly Positron instead of VS Code. It is based on the same underlying framework but uses the OpenVSX marketplace. Would you...