Skip to content

chraphouse/todo-highlighter-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO Highlighter Pro

Highlight TODOs, FIXMEs, HACKs and other annotations in your code. Browse all annotations in a sidebar tree view.

Features

  • 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

Default Keywords

Keyword Color
TODO Yellow
FIXME Red
HACK Orange
BUG Red
NOTE Blue
OPTIMIZE Purple
REVIEW Green

Settings

  • todoHighlighter.keywords — Array of keyword objects with text, color, backgroundColor
  • todoHighlighter.enabled — Enable/disable highlighting (default: true)
  • todoHighlighter.exclude — Glob patterns to exclude from scanning
  • todoHighlighter.maxFiles — Maximum files to scan (default: 500)

Commands

  • TODO Highlighter: Refresh TODOs — Rescan workspace
  • TODO Highlighter: Toggle Highlighting — Enable/disable inline highlighting

About

Highlight TODOs, FIXMEs, HACKs in VS Code with customizable colors. Sidebar tree view of all annotations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors