Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>todo-highlightNew to Visual Studio Code? Get it now.
todo-highlight

todo-highlight

Todo-hgl

|
2,954 installs
| (0) | Free
Add highlight on *.todo files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

todo-highlight

A VS Code extension that adds syntax highlighting to .todo files.

Features

Lines are highlighted based on their prefix token, and the highlighting spans multiple lines until the next token — so continuation lines inherit the same background color.

Prefix Meaning Highlight
- Todo (pending task) Red background
+ Done (completed task) Green background (faded)
-> Outcome / result Blue background
-- Comment No highlight

Example

- Fix the login bug
  This needs to be done before release
  -> Users can now log in
+ Write unit tests
-- This section is done
- Update documentation

Installation

  1. Clone this repository
  2. Run npm install
  3. Run npm run compile
  4. Press F5 in VS Code to launch the Extension Development Host

Commands & Keybindings

Command Keybinding Description
Todo Highlight: Toggle Task State Ctrl+Shift+T (Cmd+Shift+T on Mac) Cycles the current line's prefix through - → + → -> → -- → - . Works on multiple lines when selected.

Configuration

Setting Description Default
todoHighlight.doneColor Background color for done items rgba(130,230,130,0.3)
todoHighlight.todoColor Background color for pending (todo) tasks rgba(230,130,130,0.3)
todoHighlight.outcomeColor Background color for outcome/result items rgba(130,130,230,0.3)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft