Better Comments #2422
Labels
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
T: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I am using the VisualStudio Code extension Better Comments, which works by coloring comments based on a specific symbol/string right after the comment start. The frustrating part is that Black always adds a space in between, which would turn this:
into this:
which looks disgraceful.
Describe the solution you'd like
Some setting for an array of characters that can extend the commen start e.g. `--comment-start '["*", "!", "TODO"]'
Describe alternatives you've considered
Another option would be a flag to turn of formatting a space after the comment start.
The text was updated successfully, but these errors were encountered: