Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Smart TODO Highlighter - Find TODOs, FIXMEs & HACKsNew to Visual Studio Code? Get it now.
Smart TODO Highlighter - Find TODOs, FIXMEs & HACKs

Smart TODO Highlighter - Find TODOs, FIXMEs & HACKs

miccho27

| (0) | Free
Highlight TODO, FIXME, HACK, BUG, NOTE comments with customizable colors. Tree view sidebar, badge counter, one-click navigation. Lightweight & fast.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Smart TODO Highlighter

Highlight TODO, FIXME, HACK, BUG, NOTE, OPTIMIZE, and REVIEW comments in your code with customizable colors.

Features

  • Inline Highlighting: TODO keywords are highlighted with distinct colors directly in your code
  • Tree View Sidebar: Browse all TODOs across your workspace from the activity bar
  • Status Bar Counter: See total TODO count at a glance
  • One-Click Navigation: Click any TODO in the tree to jump to its location
  • 7 Default Keywords: TODO, FIXME, HACK, BUG, NOTE, OPTIMIZE, REVIEW
  • Fully Customizable: Add your own keywords, colors, and icons
  • Fast & Lightweight: Scans only text files, skips node_modules/dist

Default Keywords

Keyword Color Use Case
TODO Yellow Tasks to complete
FIXME Red Bugs to fix
HACK Orange Temporary workarounds
BUG Dark Red Known bugs
NOTE Blue Important notes
OPTIMIZE Purple Performance improvements
REVIEW Green Code review needed

Settings

{
  "smartTodo.keywords": {
    "TODO": { "color": "#fbbf24", "icon": "checklist" },
    "FIXME": { "color": "#ef4444", "icon": "flame" }
  },
  "smartTodo.caseSensitive": false,
  "smartTodo.excludePatterns": ["**/node_modules/**", "**/dist/**"]
}

Commands

  • Smart TODO: List All TODOs - Open the TODO tree view
  • Smart TODO: Refresh - Refresh highlights and tree

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft