Comment Tooltip LinkerLink and reference comments across multiple files using tags with hover tooltips. Why This Extension?A function is often implemented in one file but used across dozens of files. When adding functionality using patterns like For all these reasons, when writing helpful comments for future me and other developers, explanations about a single feature end up scattered across dozens or even hundreds of files. The moment you need to modify that feature, finding and updating all the distributed comments becomes tedious and error-prone. Eventually, the comments become inconsistent with the actual implementation. If we can link comments to provide a single source of truth referenced from multiple locations, updating the feature only requires updating the comment attached to the core implementation - and all references automatically reflect the changes. This is why I created this extension. Features
UsageCreating an Anchor
Linking to an Anchor
How it Works
Requirements
InstallationInstall from the VSCode Extension Marketplace or search for "Comment Tooltip Linker" in the Extensions view. Release Notes1.0.0Initial release with basic anchor and link functionality. ContributingThis is a simple extension created to solve a specific need. While I may not be able to actively maintain this project long-term, I'm happy if this idea inspires others to create better versions or fork this project to continue development. If you find bugs or want to add features, feel free to:
The code is provided as-is, and anyone is welcome to take this concept further! LicenseMIT |