Skip to content
/ hltodos Public

A Visual Studio Code extension that simply highlights todo comments

License

Notifications You must be signed in to change notification settings

srbdev/hltodos

Repository files navigation

:hltodos

:hltodos is a Visual Studio Code extension that simply highlights todo comments, like TODO, NOTE, FIX, WARN, etc.


Build and Package

npm run package

Install

code --install-extension hltodos-0.0.1.vsix

Credits

This extension is heavily inspired by the Neovim plugin Todo Comments.