vscode-todo-highlight icon indicating copy to clipboard operation
vscode-todo-highlight copied to clipboard

Highlight TODO: in html comments

Open mrg0lden opened this issue 5 years ago • 3 comments

Hey, I miss this brilliant extension in HTML files.

mrg0lden avatar Mar 01 '19 17:03 mrg0lden

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:

Example

byman64 avatar May 12 '19 12:05 byman64

@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 avatar Jul 08 '20 20:07 jgclark

@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.

mrg0lden avatar Jul 08 '20 23:07 mrg0lden