vscode-todo-highlight
vscode-todo-highlight copied to clipboard
Highlight TODO: in html comments
Hey, I miss this brilliant extension in HTML files.
Hi, for singole words it works fine. For wholeline you can use a workaround...I do so: // - This is a line with background because I configured so for // - (SlashSlashSpaceMinusSpace In other languages like html u can do:
@byman64, @mrg0lden: I've now forked this extension into https://github.com/jgclark/vscode-todo-highlight, and made available on the Marketplace. It includes better documentation, more examples, update for remote development, addition of regex per highlight etc. One of the examples is how to do whole line highlighting.
You'll need to uninstall this extension and then install the new one from the marketplace, TODO Highlight v1.2.0.
@jgclark I appreciate your efforts, but I've since moved to TODO Tree which provided me with the required functionality, as well as additional functionalities.