Not too long ago, I found out about this VSCode Extension called Better Comments when I was watching a youtube video. I've been using it ever since...
For further actions, you may consider blocking this person and/or reporting abuse
This is super handy, I leave myself
TODO
reminders in my code, so I like to have this extension installed as well.My only challenge when setting it up was choosing the best color for the theme I'm using (Dracula) to make it stand out. Although it's not that much of a challenge but still one nonetheless. Cheers!
Can you please share your colours?
I basically just copied the color palette from the Dracula theme but utilized the background color of the comments to make them stand out more. Here are the hex codes:
Comment Example (color, backgroundColor). Cheers!
most needed extension...
here is my vscode setting for this extension
I would love to see other's settings.
where should we add these in vs code?
Hi, in the extension info there are lot of languages compatible with but i still didnt understand how to make it works in HTML since the comments starts with <!-- and not //.
Every hint will be apreciated.
i respond to myself. it just needs to do <!-- plus the character/word you want to use.
I've used this extension forever, but I want to add jinja comment tags "{#" to "#}". I see the settings.json key/value pair to enable multiline comments in general, but not how to register {# and #} as opening and closing tags. I tried adding them individually, but it just reads as a single line tag.
Anyone have an idea?
That's a nice one, I like the highlighting. I quite like Todo Tree which gives you a nice directory tree UI to work with.
Thanks, will take a look!
Definitely a must have extension to have installed.
This worked for me
*For python Users : *