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

A Visual Studio Code extension that highlights todo comments like TODO:, NOTE:, FIX:, WARN:, etc.

hltodos screenshot

Features

  • Highlights common comment patterns with color-coded backgrounds
  • Works with any language
  • Updates in real-time as you type

Supported Patterns

Pattern Color
TODO: Blue
FIX: / FIXME: Red
HACK: Yellow
NOTE: Green
INFO: White
PERF: Magenta
WARN: / WARNING: Yellow

Requirements

  • VS Code 1.96.0 or higher

Build and Package

npm run package

Or with Docker:

docker build -t hltodos-builder .
docker run --rm -u $(id -u):$(id -g) -v $(pwd):/app hltodos-builder

Install

code --install-extension hltodos-<version>.vsix

Credits

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

License

MIT

About

A Visual Studio Code extension that simply highlights todo comments

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •