##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.