Discover the hidden relationships in your codebase! Code Kin is a powerful VS Code extension that analyzes your Git history to show you which files are conceptually related, even if they don't directly reference each other.
Features
Automatic Relationship Discovery: Instantly see a ranked list of files that are frequently changed together with the file you're currently viewing.
Commit History Drill-Down: Expand any related file to see the exact commit messages that link them together.
One-Click Diff View: Click on any commit message to instantly see a side-by-side diff of what changed in that specific commit.
How to Use
Install the extension.
Open a project that uses Git.
Click the new Star icon (Code Kin) in the Activity Bar on the left.
Open any file in your repository.
The "Related Code" panel will automatically show you its kin!