Skip to content

anadeheza/To-do-Highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d20a32 · · Apr 27, 2026

History

8 Commits
Apr 25, 2026
Apr 25, 2026
Apr 25, 2026
Apr 25, 2026
Apr 25, 2026
Apr 25, 2026
Apr 27, 2026
Apr 25, 2026
Apr 25, 2026
Apr 25, 2026
Apr 25, 2026
Apr 25, 2026

Repository files navigation

##Todo Highlighter

I made a VS Code extension with TypeScript to keep track of my comments that usually get lost within my files

Once installed, it works automatically, it basically just highlights keywords with customizable colors and shows counts in the status bar, it also reports the comments in the Problems panel (it ignores the node_modules and output folders too!). You can manage everything through the Command Palette (Ctrl+Shift+P or Cmd+Shift+P) by using commands like Show Summary to see the workspace breakdown with charts, Jump to Next to navigate the current file, or Search Word. Everything is customizable; you can change the highlight colors or filter by "Comments Only", just search for "Todo Highlighter" in your Settings (Ctrl+, or Cmd+,) and edit the settings.json file.