Highlighting Comments with Todo Tree VS Code Extension
The Todo Tree extension quickly searches your workspace for comment tags like TOD...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
Great post, this was helpful.
My VSCode complained about the use of HTML color names instead of RGB or HEX values, so here's the same set of config for the highlights, but with the names replaced with the hex equivalents:
Hi Andy,
In order to see the problem, I copy pasted the exact same code in my settings.json file
But it seems to work absolutely fine here!
So I would suggest you to check if you made any typo error while typing it. Other than that it should work fine!
In case you missed saving the file and your autosave is off, you can save it and try it once again!
I think I might have a linter that was highlighting the issue. It definitely was not a breaking problem.
Have the same issue with colors.
VSCode is ok with HEX-code, but does not like RGB ))
Excelentísimo post my friend. Haven't installed it and I love it already.
Super helpful post, thank you so much!
I’ve used something similar to this but not with so much settings and configurations.
Eager to try this in my project code…
Thanks a lot✨ You should definitely check it out
Thanks 💙
How do you use it for comment? /* */
Well I have included /* */ format in
todo-tree.regex.regex
too! Also you can use other formats too based on the file type!thnx buddy
Thanks. I will check it out.
Absolutely Amazing!
Thanks✨
Very nice article and snippets. Thanks!
Feeling something missing?
Put your suggestions in the comments 😄
I'll be happy to add your suggestions!
The problem maybe typographical error tho, because i've encounter such several times....
just calmand cross check your codes again
Sounds interesting! Guess I'll check it out.
Wow great post, Thanks so much
Thanks a lot✨
Did this post help you?
Save it for later...
lets_code_together
Thank you!!!
you need to use #RRGGBBAA format if you want to make exact same color as css color names regardless of vscode theme color.
i.e. crimson --> #dc143cff instead of #dc143c