An extension to help organize and track comments during development to allow for easy view existing comments and return to where they are even when page is closed.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Track My Comments is a Visual Studio Code extension that helps you manage and navigate through comments in your codebase efficiently. With this extension, you can easily generate a Markdown file listing all the comments in your project, allowing you to keep track of important notes, to-dos, or annotations scattered across your code.
Key Features:
Automatic Comment Tracking: Automatically scans your codebase for comments and generates a Markdown file with clickable links to each comment's location.
Clickable Links: Markdown file contains clickable links that allow you to navigate directly to the source code where each comment is located.
Enhanced Productivity: Streamline your workflow by centralizing all your comments in one organized document, making it easier to review, prioritize, and manage tasks.
How to Use:
Install the extension from the Visual Studio Code Marketplace.
Open your project in Visual Studio Code.
Use #TODO in your comments eg.
<!-- #TODO This is a comment that will be tracked -->
// #TODO This is another comment that will be tracked
Save your files to trigger the extension to scan for comments automatically.
Access the generated Markdown file named comments.md in the root folder to view and navigate through your comments efficiently.
Contributions and Bug Reports:
Contributions and bug reports are welcome! Feel free to submit pull requests, open issues, or suggest new features on GitHub.