Overview Version History Q & A Rating & Review
TODO Tree Tracker
Track and manage TODOs across your workspace with color coding and organization.
Features
Automatically detects TODOs in comments across all files
Color-code TODOs by priority or status
Displays TODOs in a tree view, organized by file
Click on TODOs to jump to their location in the code
Status bar icon to quickly toggle the TODO panel
Real-time updates when files are modified
Usage
Install the extension
Open the TODO Tree panel from the activity bar
Click on any TODO to navigate to its location
Right-click on a TODO to set its color:
Red: High priority
Green: Completed
Blue: Information/
Yellow: Warning
The extension recognizes TODOs in the following comment formats:
Single line: // TODO: task description
Multi-line: /* TODO: task description */
HTML/XML: <!-- TODO: task description -->
Hash: # TODO: task description
Requirements
Extension Settings
This extension contributes the following settings:
todo-tree-tracker.enable
: Enable/disable this extension
todo-tree-tracker.showInActivityBar
: Show the TODO tree in the activity bar
Known Issues
Report issues at [repository URL]
Release Notes
1.0.0
Initial release of TODO Tree Tracker