Highlight TODOs, FIXMEs, HACKs and other annotations in your code. Browse all annotations in a sidebar tree view.
- Inline Highlighting — TODO, FIXME, HACK, BUG, NOTE, OPTIMIZE, REVIEW highlighted with distinct colors
- Sidebar Tree View — Browse all annotations grouped by keyword, click to jump to location
- Customizable — Add your own keywords, colors, and exclude patterns
- Fast — Scans workspace on startup and updates in real-time as you type
- Overview Ruler — Color markers in the scrollbar show annotation positions
| Keyword | Color |
|---|---|
| TODO | Yellow |
| FIXME | Red |
| HACK | Orange |
| BUG | Red |
| NOTE | Blue |
| OPTIMIZE | Purple |
| REVIEW | Green |
todoHighlighter.keywords— Array of keyword objects withtext,color,backgroundColortodoHighlighter.enabled— Enable/disable highlighting (default: true)todoHighlighter.exclude— Glob patterns to exclude from scanningtodoHighlighter.maxFiles— Maximum files to scan (default: 500)
- TODO Highlighter: Refresh TODOs — Rescan workspace
- TODO Highlighter: Toggle Highlighting — Enable/disable inline highlighting