A lightweight VS Code extension that highlights common tags like TODO, FIXME, NOTE, and HACK in your code with distinctive colors and styles — making it easy to spot actionable comments at a glance.
🚀 Features
✅ Highlights TODO, FIXME, NOTE, and HACK comments automatically
🎨 Color-coded with soft background and visible borders
🔄 Automatically updates on file edit or when switching tabs
🧠 Works with //, #, and * style comments across languages
🎨 Tag Colors
Tag
Color
TODO
Yellow background with orange border
FIXME
Red background with red border
NOTE
Cyan background with cyan border
HACK
Pink background with hotpink border
✏️ Usage
Install the extension
Open any code file and type:
// TODO: Refactor this function
// FIXME: Handle edge cases
# NOTE: This is important for validation
* HACK: Temporary workaround