Minimalist TODO Manager is a lightweight VS Code extension designed to streamline developers workflows through organizing and showing all TODO comments at a single point of contact
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
The Minimalist TODO Manager is a lightweight VS Code extension designed to streamline developers workflows through organizing and showing all TODO comments at a single point of contact. It offers a clutter-free interface and an intuitive tree view within the side bar for simple navigation.
Features
Workspace Search: Minimalist TODO Manager scans the entire workspace for TODO comments.
Dual View Modes:
Current File View: Shows all TODOs in the current file.
All Todos View: Shows all TODOs throughout the entire workspace.
Simplified Navigation: You can click on a TODO item in the tree view to jump DIRECTLY to that comment and its specific line of code.
How to Use
Install the Minimalist TODO Manager extension in VS Code.
Open the side bar to find the minimalistic TODO tree view.
Click on a TODO item to be taken to its line in the code editor.
Have fun!
Preview
Versions
0.1.0 (November 9, 2023): Initial release of the Minimalist TODO Manager extension.
0.2.0 (November 10, 2023): Modified folder structure for a better overview.