Tasks ToDo - VS Code ExtensionA simple yet powerful VS Code extension to track and manage TODO comments in your code. It scans your workspace, lists all TODOs in a webview, and allows easy filtering based on priority. UsageOpen the Tasks ToDo panel: Press Adding a TODO comment: Insert a TODO comment in your code using the following format: JavaScript / TypeScript / Java / C++ / C# / Go
Python
HTML / XML
Priorities: You can categorize TODOs based on urgency: [1] → High Priority [2] → Medium Priority (Default if no priority is specified) [3] → Low Priority Filtering TODOs: Use the filter dropdown in the WebView to display only high, medium, or low priority tasks. Features
ScreenshotFuture EnhancementsNavigating to TODOs: Click on a TODO item in the webview, and the file will open at the specific line. Removing TODOs: Click on a marks as done button to remove TODO comments directly from the file. ContributingIf you want to improve this extension: Fork the repository Create a new branch for your feature or fix Submit a pull request with your changes LicenseThis project is licensed under the MIT License. Enjoying the extension?If you find this useful, feel free to star ⭐ the repository and contribute! |