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

Could you add serch by RegExp?

Open MrHIDEn opened this issue 6 years ago • 1 comments

Could you add serch by RegExp like: "text": /\/\/ TODO./

MrHIDEn avatar Oct 24 '18 13:10 MrHIDEn

Yes, via the todohighlight.keywordsPattern option, you can specify a RegExp. Note that todohighlights.keywords will be ignored if todohighlight.keywordsPattern is set. Refer the README's example configuration for more info.

stellarbeam avatar Mar 11 '20 10:03 stellarbeam