-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: multiline comments #3
Comments
I believe this cannot be supported for the following reasons: 1 - Not all languages have multi-line comments. 2 - Even in languages that have multi-line comments, a block like this may not look good. Take HTML / XML 3 - To look good, each language will probably need a much more complex logic than what we have today. vscode-section-divider/src/renderers/commentRenderers.ts Lines 71 to 176 in b32b462
|
I understand, but I appreciate if you could keep this in mind for v3.0.0 for supported languages. |
Description
Could you please add support for multi-line style comments, e.g.:
The text was updated successfully, but these errors were encountered: